类 TransactionRequiredForJoinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.resource.transaction.TransactionRequiredForJoinException
-
- 所有已实现的接口:
Serializable
public class TransactionRequiredForJoinException extends HibernateException
Indicates a call toTransactionCoordinator.explicitJoin()that requires an active transaction where there currently is none.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 TransactionRequiredForJoinException(String message)TransactionRequiredForJoinException(String message, Throwable cause)
-
方法概要
-