public class TransactionRequiredLocalException
extends
EJBException
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction. 该异常表示请求携带一个null事务上下文,而目标对象要求一个活动事务。
See Also:
Serialized Form
<!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- -->
Constructor Summary
TransactionRequiredLocalException() Constructs a TransactionRequiredLocalException with no detail message. 构建一个不含详细信息的TransactionRequiredLocalException。
TransactionRequiredLocalException(Stringmessage) Constructs an TransactionRequiredLocalException with the specified detailed message. 构建一个指定详细信息的TransactionRequiredLocalException。