Class ParseResponseException

    • Constructor Detail

      • ParseResponseException

        public ParseResponseException​(String errorCode,
                                      String errorMessage,
                                      Throwable rootCause)
        Instantiates a new parses the response exception.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        rootCause - the root cause
      • ParseResponseException

        public ParseResponseException​(String errorCode,
                                      String errorMessage)
        Instantiates a new parses the response exception.
        Parameters:
        errorCode - the error code
        errorMessage - the error message