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