Package | Description |
---|---|
org.springframework.web.client |
Core package of the client-side web support.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientErrorException
Exception thrown when an HTTP 4xx is received.
|
class |
HttpServerErrorException
Exception thrown when an HTTP 5xx is received.
|
class |
HttpStatusCodeException
Abstract base class for exceptions based on an
HttpStatus . |
class |
UnknownHttpStatusCodeException
Exception thrown when an unknown (or custom) HTTP status code is received.
|