Package org.hibernate
Class TransactionManagementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hibernate.TransactionManagementException
-
- All Implemented Interfaces:
Serializable
public class TransactionManagementException extends RuntimeException
Thrown when user code causes the end of a transaction that is being managed by theSessionFactory
.
-
-
Constructor Summary
Constructors Constructor Description TransactionManagementException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransactionManagementException
public TransactionManagementException(String message)
-
-