Class AbortOnlyException

All Implemented Interfaces:
Serializable

public class AbortOnlyException extends IllegalTxnStateException
An IllegalTxnStateException thrown when a Txn is configured as abort only and a prepare/commit is executed.
See Also:
  • Field Details

  • Constructor Details

    • AbortOnlyException

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

      public AbortOnlyException(String message, Throwable cause)
      Creates a new AbortOnlyException with the provided message and cause.
      Parameters:
      message - the message
      cause - the cause.