Class TransactionNotActiveException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionNotReadableException, TransactionNotWritableException

public class TransactionNotActiveException extends NucleusUserException
An exception thrown when commit/rollback is invoked on an ExecutionContext yet the transaction is not active.
See Also:
  • Field Details

  • Constructor Details

    • TransactionNotActiveException

      public TransactionNotActiveException()
      Constructs an exception with the specified detail message.
    • TransactionNotActiveException

      public TransactionNotActiveException(String message, Object failedObject)
      Constructor.
      Parameters:
      message - the localized error message
      failedObject - the failed object