|
Exception Summary |
| BadRequestException |
Signal a fatal runtime error that should result in a
400 (BAD REQUEST) status returned to the HTTP client. |
| ConflictException |
Signal a fatal runtime error that should result in a
403 (Forbidden) status returned to the HTTP client. |
| ErrorSendingException |
Superclass for exceptions that get turned into HTTP status codes in
the response by a servlet wrapper class. |
| ForbiddenException |
Signal a fatal runtime error that should result in a
403 (Forbidden) status returned to the HTTP client. |
| HttpStatusException |
Superclass for exceptions that get turned into HTTP status codes in
the response by a servlet wrapper class. |
| InternalServerErrorException |
Signal a fatal runtime error that should result in a
500 (ise) status returned to the HTTP client. |
| NotAcceptableException |
Signal a fatal runtime error that should result in a
406 (Not Acceptable) status returned to the HTTP client. |
| NotFoundException |
Signal a fatal runtime error that should result in a
404 (Not Found) status returned to the HTTP client. |