| Exception | Description |
|---|---|
| ClientErrorException |
This is a special
UnexpectedStatusException for 4xx status codes (i.e. client errors). |
| HttpException |
An
Exception that's thrown when an error at HTTP level occurred. |
| NotFoundException |
This Exception is thrown when an unhandled
HttpStatus.NOT_FOUND status code occurs. |
| ProtocolError |
An
Exception that's thrown when an error at application level occurred while handling a response. |
| ProtocolException |
An
Exception that's thrown when an unrecoverable protocol error at application level occurred while handling a response. |
| RedirectionException |
An
Exception that's thrown when the server returns a (unhandled) redirect. |
| RedirectionLoopException |
An
Exception that's thrown when a redirection loop has been detected. |
| ServerErrorException |
This is a special
UnexpectedStatusException for 5xx status codes (i.e. server errors). |
| TooManyRedirectsException |
An
Exception that's thrown when the client has been redirected too often. |
| UnauthorizedException |
This Exception is thrown when an unhandled
HttpStatus.UNAUTHORIZED status code occurs. |
| UnexpectedStatusException |
An exception that's thrown when a response status code was unexpected.
|