Class StoreException

    • Constructor Detail

      • StoreException

        public StoreException()
        Constructs a new exception with null as its detail message.
      • StoreException

        public StoreException​(String message)
        Constructs a new exception with the specified detail message.
      • StoreException

        public StoreException​(Throwable cause)
        Constructs a new exception with the specified cause.
      • StoreException

        public StoreException​(String message,
                              Throwable cause)
        Constructs a new exception with the specified detail message and cause.