Class StoreException

    • Constructor Detail

      • StoreException

        public StoreException​(String msg,
                              Throwable cause)
        Basic Constructor.
        Parameters:
        msg - message to be associated with this exception.
        cause - the throwable that caused this exception to be raised.