Package jakarta.ejb

Class TransactionRequiredLocalException

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:
  • Constructor Details

    • TransactionRequiredLocalException

      public TransactionRequiredLocalException()
      Constructs a TransactionRequiredLocalException with no detail message.
    • TransactionRequiredLocalException

      public TransactionRequiredLocalException(String message)
      Constructs an TransactionRequiredLocalException with the specified detailed message.
      Parameters:
      message - a String object.