Package org.dalesbred
Class DatabaseSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
org.dalesbred.DatabaseSQLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionRollbackException
Wraps an
SQLException
originating from database.- See Also:
-
Constructor Summary
ConstructorDescriptionDatabaseSQLException
(@NotNull String message, @NotNull SQLException cause) DatabaseSQLException
(@NotNull SQLException cause) -
Method Summary
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace