Class SqlExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.bugreaper.modules.db.exceptions.SqlExecuteException
- All Implemented Interfaces:
Serializable
Exceptions that can be thrown during SqlExecute use
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlExecuteException(Throwable cause) Constructs a new exception with the specified 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
-
SqlExecuteException
Constructs a new exception with the specified cause- Parameters:
cause- the cause
-