Class TransactionActiveOnCloseException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • TransactionActiveOnCloseException

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