Package org.dalesbred
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseSQLException,InstantiationFailureException,NoActiveTransactionException,SqlSyntaxException,UnexpectedResultException,VariableResolutionException
Base class for all of Dalesbred's exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseException(@NotNull String message) DatabaseException(@NotNull String message, @NotNull Throwable cause) DatabaseException(@NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace