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:
java.io.Serializable
- Direct Known Subclasses:
TransactionRollbackException
public class DatabaseSQLException extends DatabaseException
Wraps anSQLException
originating from database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseSQLException(@NotNull java.lang.String message, @NotNull java.sql.SQLException cause)
DatabaseSQLException(@NotNull java.sql.SQLException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.sql.SQLException
getCause()
-
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
-
-