Class StoreAccessException

    • Constructor Detail

      • StoreAccessException

        public StoreAccessException​(Throwable cause)
        Creates a new exception wrapping the cause passed in.
        Parameters:
        cause - the cause of this exception
      • StoreAccessException

        public StoreAccessException​(String message,
                                    Throwable cause)
        Creates a new exception wrapping the cause passed in and with the provided message.
        Parameters:
        message - information about the exception
        cause - the cause of this exception
      • StoreAccessException

        public StoreAccessException​(String message)
        Creates a new exception with the provided message.
        Parameters:
        message - information about the exception