Class StorageRuntimeException

    • Constructor Detail

      • 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