| Exception | Description | 
|---|---|
| ConnectionClosedException | 
 Exception thrown when the client or server unexpectedly closes the connection. 
 | 
| ContentLengthExceededException | 
 Exception thrown when the content length exceeds the allowed amount. 
 | 
| HttpException | 
 Parent class of all exceptions thrown during HTTP processing. 
 | 
| HttpStatusException | 
 Exception thrown to return an specific HttpStatus and an error message. 
 | 
| UriSyntaxException | 
 Thrown when the URI syntax is correct. 
 |