Class TransactionRequiredException

  • All Implemented Interfaces:
    Serializable


    public class TransactionRequiredException
    extends RemoteException
    This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionRequiredException

        public TransactionRequiredException​()
        Constructs a TransactionRequiredException.
      • TransactionRequiredException

        public TransactionRequiredException​(String msg)
        Constructs a TransactionRequiredException.
        Parameters:
        msg - the detail message