Class ResponseValidationException

    • Constructor Detail

      • ResponseValidationException

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

        public ResponseValidationException​(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