Class StorageRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opends.server.backends.pluggable.spi.StorageRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReadOnlyStorageException

public sealed class StorageRuntimeException extends RuntimeException permits ReadOnlyStorageException
Runtime exception for problems happening in the storage engine.
See Also:
  • Constructor Details

    • StorageRuntimeException

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

      public StorageRuntimeException(String message, Throwable cause)
      Constructor with a message and a cause.
      Parameters:
      message - the exception message
      cause - the cause of the exception
    • StorageRuntimeException

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