| 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  
HttpClientErrorException or an HTTP status specific subclass. | 
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. |