Package jakarta.ejb

Class TransactionRequiredLocalException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionRequiredLocalException

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

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