Class TransactionActiveOnBeginException

All Implemented Interfaces:
Serializable

public class TransactionActiveOnBeginException extends NucleusUserException
An exception thrown when active is invoked on an ExecutionContext yet the transaction is already active.
See Also:
  • Field Details

  • Constructor Details

    • TransactionActiveOnBeginException

      public TransactionActiveOnBeginException(Object failedObject)
      Constructs a transaction already active exception with the specified detail message.
      Parameters:
      failedObject - ExecutionContext object that failed to close