EJBTransactionRequiredExceptionpublic class EJBTransactionRequiredException extends EJBException This exception indicates that a request carried a null transaction context,
but the target object requires an active transaction. |
Constructors Summary |
---|
public EJBTransactionRequiredException()Constructs an EJBTransactionRequiredException with no detail message.
| public EJBTransactionRequiredException(String message)Constructs an EJBTransactionRequiredException with the specified
detailed message.
super(message);
|
|