Class HttpClientException

    • Constructor Detail

      • HttpClientException

        public HttpClientException​(int status,
                                   String message,
                                   Map<String,​? extends Collection<String>> headers,
                                   org.bremersee.exception.model.RestApiException restApiException)
        Instantiates a new http client exception.
        Parameters:
        status - the status
        message - the message
        headers - the headers
        restApiException - the rest api exception
    • Method Detail

      • getMultiValueHeaders

        public Map<String,​? extends Collection<String>> getMultiValueHeaders()
        Specified by:
        getMultiValueHeaders in interface org.bremersee.exception.HttpResponseHeadersAware
      • status

        public int status()
        Specified by:
        status in interface org.bremersee.exception.HttpStatusAware