Class ReadonlyException

All Implemented Interfaces:
Serializable

public class ReadonlyException extends IllegalTxnStateException
An IllegalTxnStateException thrown when a write action is executed using a readonly Txn.
See Also:
  • Field Details

  • Constructor Details

    • ReadonlyException

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

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