Class ReadOnlyStorageException

All Implemented Interfaces:
Serializable

public final class ReadOnlyStorageException extends StorageRuntimeException
Thrown when the server or a tool attempts to access the storage while it is read-only.
See Also:
  • Constructor Details

    • ReadOnlyStorageException

      public ReadOnlyStorageException()
      Constructor with default error message.
    • ReadOnlyStorageException

      public ReadOnlyStorageException(String message)
      Constructor with a message.
      Parameters:
      message - the exception message
    • ReadOnlyStorageException

      public ReadOnlyStorageException(Throwable cause)
      Constructor with a cause.
      Parameters:
      cause - the cause of the exception