Package org.hibernate.exception
Class TransactionSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.JDBCException
org.hibernate.exception.TransactionSerializationException
- All Implemented Interfaces:
Serializable
A
JDBCException
indicating a transaction failed because it could not be placed into a serializable ordering
among all of the currently-executing transactions- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionSerializationException
(String message, SQLException cause) TransactionSerializationException
(String message, SQLException cause, String sql) -
Method Summary
Methods inherited from class org.hibernate.JDBCException
getErrorCode, getErrorMessage, getSQL, getSQLException, getSQLState
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionSerializationException
-
TransactionSerializationException
-