[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.ejb
Class TransactionRequiredLocalExceptionjava.lang.Object
![](/images/load.gif)
![](/images/load.gif)
![](/images/load.gif)
![](/images/load.gif)
![](/images/load.gif)
All Implemented Interfaces: Serializable public class TransactionRequiredLocalException extends EJBExceptionThis exception indicates that a request carried a null transaction context, but the target object requires an active transaction. 该异常表示请求携带一个null事务上下文,而目标对象要求一个活动事务。
See Also: Serialized FormConstructor Summary
TransactionRequiredLocalException()
Constructs a TransactionRequiredLocalException with no detail message. 构建一个不含详细信息的TransactionRequiredLocalException。
TransactionRequiredLocalException(String message)
Constructs an TransactionRequiredLocalException with the specified detailed message. 构建一个指定详细信息的TransactionRequiredLocalException。
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, )]setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
TransactionRequiredLocalExceptionpublic TransactionRequiredLocalException()
Constructs a TransactionRequiredLocalException with no detail message. 构建一个不含详细信息的TransactionRequiredLocalException。
TransactionRequiredLocalExceptionpublic TransactionRequiredLocalException(String message)
Constructs an TransactionRequiredLocalException with the specified detailed message. 构建一个指定详细信息的TransactionRequiredLocalException。
[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.