Class StorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.server.storage.StorageException
All Implemented Interfaces:
Serializable

public class StorageException extends RuntimeException
A RuntimeException that is raised when a potentially irrecoverable storage access failure has occurred.
See Also:
  • Constructor Details

    • StorageException

      public StorageException()
      Creates a new instance.
    • StorageException

      public StorageException(String message)
      Creates a new instance with the specified message.
    • StorageException

      public StorageException(Throwable cause)
      Creates a new instance with the specified cause.
    • StorageException

      public StorageException(String message, Throwable cause)
      Creates a new instance with the specified message and cause.
    • StorageException

      protected StorageException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance with the specified message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.