Class ReadOnlyStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opends.server.backends.pluggable.spi.StorageRuntimeException
org.opends.server.backends.pluggable.spi.ReadOnlyStorageException
- All Implemented Interfaces:
Serializable
Thrown when the server or a tool attempts to access the storage while it is read-only.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor with default error message.ReadOnlyStorageException
(String message) Constructor with a message.Constructor with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyStorageException
public ReadOnlyStorageException()Constructor with default error message. -
ReadOnlyStorageException
Constructor with a message.- Parameters:
message
- the exception message
-
ReadOnlyStorageException
Constructor with a cause.- Parameters:
cause
- the cause of the exception
-