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:
    Serialized Form
    • Constructor Detail

      • 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