Class ResponseProcessingException

    • Constructor Detail

      • ResponseProcessingException

        public ResponseProcessingException​(String message)
        Constructor taking an error message.
        Parameters:
        message - the error message
      • ResponseProcessingException

        public ResponseProcessingException​(String message,
                                           Throwable cause)
        Constructor taking an error message and the cause of the error.
        Parameters:
        message - the error message
        cause - the cause of the error