Class QueryBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.bugreaper.modules.db.exceptions.QueryBuilderException
- All Implemented Interfaces:
Serializable
Exceptions that can be thrown during QueryBuilder use
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryBuilderException(String message) Constructs a new exception with the specified detail messageQueryBuilderException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryBuilderException
Constructs a new exception with the specified detail message- Parameters:
message- String with message
-
QueryBuilderException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- String with messagecause- the cause
-