Class TransactionRequiredForJoinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.resource.transaction.TransactionRequiredForJoinException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionRequiredForJoinException extends HibernateException
Indicates a call toTransactionCoordinator.explicitJoin()
that requires an active transaction where there currently is none.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionRequiredForJoinException(java.lang.String message)
TransactionRequiredForJoinException(java.lang.String message, java.lang.Throwable cause)
-