| Package | Description | 
|---|---|
| org.springframework.web.client | Core package of the client-side web support. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpClientErrorException | HttpClientErrorException. create(HttpStatus statusCode,
      String statusText,
      HttpHeaders headers,
      byte[] body,
      Charset charset)Create  HttpClientErrorExceptionor an HTTP status specific sub-class. | 
| static HttpClientErrorException | HttpClientErrorException. create(String message,
      HttpStatus statusCode,
      String statusText,
      HttpHeaders headers,
      byte[] body,
      Charset charset)Variant of  create(HttpStatus, String, HttpHeaders, byte[], Charset)with an optional prepared message. |