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:
Serializable
Exception thrown when database can't achieve desired isolation level
due to concurrent updates.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dalesbred.DatabaseSQLException
getCauseMethods inherited from class org.dalesbred.DatabaseException
getQuery, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TransactionSerializationException
-