Package org.dalesbred.transaction
Class TransactionSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dalesbred.DatabaseException
-
- org.dalesbred.DatabaseSQLException
-
- org.dalesbred.transaction.TransactionRollbackException
-
- org.dalesbred.transaction.TransactionSerializationException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionSerializationException extends TransactionRollbackException
Exception thrown when database can't achieve desired isolation level due to concurrent updates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionSerializationException(@NotNull java.sql.SQLException cause)
-
Method Summary
-
Methods inherited from class org.dalesbred.DatabaseSQLException
getCause
-
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
-
-