Package org.dalesbred.transaction
Class TransactionRollbackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dalesbred.DatabaseException
-
- org.dalesbred.DatabaseSQLException
-
- org.dalesbred.transaction.TransactionRollbackException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TransactionSerializationException
public class TransactionRollbackException extends DatabaseSQLException
Exception thrown when transaction rolls back.- See Also:
TransactionSerializationException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionRollbackException(@NotNull java.sql.SQLException cause)
-
Method Summary
-
Methods inherited from class org.dalesbred.DatabaseSQLException
getCause
-
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
-
-