Class BackingStoreException

    • Constructor Detail

      • BackingStoreException

        public BackingStoreException()
        Constructs a new exception with no detail message.
      • BackingStoreException

        public BackingStoreException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
      • BackingStoreException

        public BackingStoreException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the cause, saved for later retrieval by the Throwable.getCause() method.
      • BackingStoreException

        public BackingStoreException​(String message,
                                     Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
        cause - the cause, saved for later retrieval by the Throwable.getCause() method.