Class StoreException

    • Constructor Detail

      • StoreException

        public StoreException​(String message)
        Creates a new store exception.
        Parameters:
        message - The message. May be null.
      • StoreException

        public StoreException​(String message,
                              Throwable cause)
        Creates a new store exception.
        Parameters:
        message - The message. May be null.
        cause - The exception cause, null if not specified.