| Exception | Description |
|---|---|
| ClientErrorException |
This is a special
UnexpectedResponseException 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 redirect and the OnRedirectCallback returned false for this redirect. |
| RedirectionLoopException |
An
Exception that's thrown when a redirection loop has been detected. |
| ServerErrorException |
This is a special
UnexpectedResponseException 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. |
| UnexpectedResponseException |
An exception that's thrown when a response was unexpected
HttpResponseHandler. |