Module jakarta.ejb
Package jakarta.ejb

Class TransactionRequiredLocalException

java.lang.Object
All Implemented Interfaces:
Serializable

public class TransactionRequiredLocalException extends EJBException
This exception is thrown to a local client to indicate that a request carried a null transaction context, but the target object requires an active transaction.
Since:
EJB 2.0
See Also: