Class CacheFrontend.ValueRetrievalException

    • Constructor Detail

      • ValueRetrievalException

        public ValueRetrievalException​(String msg)
        Create a ValueRetrievalException with the specified detail message.
        Parameters:
        msg - the detail message.
      • ValueRetrievalException

        public ValueRetrievalException​(String msg,
                                       Throwable cause)
        Create a ValueRetrievalException with the specified detail message and nested exception.
        Parameters:
        msg - the detail message.
        cause - the nested exception.