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