Class DeadTxnException

All Implemented Interfaces:
Serializable

public class DeadTxnException extends IllegalTxnStateException
An IllegalTxnStateException thrown when an action is executed on a Txn that is either committed or aborted.
See Also:
  • Field Details

  • Constructor Details

    • DeadTxnException

      public DeadTxnException()
      Creates a new DeadTxnException.
    • DeadTxnException

      public DeadTxnException(String message)
      Creates a new DeadTxnException with the provided message.
      Parameters:
      message - the message of the exception.
    • DeadTxnException

      public DeadTxnException(String message, Throwable cause)
      Creates a new DeadTxnException.
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception.