| Exception | Description |
|---|---|
| BadRequest |
Exception representing an HTTP 400 (Bad Request).
|
| Conflict |
Exception representing an HTTP 409 (Conflict).
|
| ExpectationFailed |
Exception representing an HTTP 417 (Expectation Failed).
|
| FailedDependency |
Exception representing an HTTP 424 (Failed Dependency).
|
| Forbidden |
Exception representing an HTTP 403 (Forbidden).
|
| Gone |
Exception representing an HTTP 410 ().
|
| HttpException |
Exception thrown to trigger an error HTTP status.
|
| HttpVersionNotSupported |
Exception representing an HTTP 505 ().
|
| InsufficientStorage |
Exception representing an HTTP 507 ().
|
| InternalServerError |
Exception representing an HTTP 500 (Internal Server Error).
|
| LengthRequired |
Exception representing an HTTP 411 ().
|
| Locked |
Exception representing an HTTP 423 (Locked).
|
| LoopDetected |
Exception representing an HTTP 508 (Loop Detected).
|
| MethodNotAllowed |
Exception representing an HTTP 405 (Method Not Allowed).
|
| MisdirectedRequest |
Exception representing an HTTP 421 (Misdirected Request).
|
| NetworkAuthenticationRequired |
Exception representing an HTTP 511 (Network Authentication Required).
|
| NotAcceptable |
Exception representing an HTTP 406 (Not Acceptable).
|
| NotExtended |
Exception representing an HTTP 510 (Not Extended).
|
| NotFound |
Exception representing an HTTP 404 (Not Found).
|
| NotImplemented |
Exception representing an HTTP 501 (Not Implemented).
|
| PayloadTooLarge |
Exception representing an HTTP 413 (Payload Too Large).
|
| PreconditionFailed |
Exception representing an HTTP 412 (Precondition Failed).
|
| PreconditionRequired |
Exception representing an HTTP 428 (Precondition Required).
|
| RangeNotSatisfiable |
Exception representing an HTTP 416 (Range Not Satisfiable).
|
| RequestHeaderFieldsTooLarge |
Exception representing an HTTP 431 (Request Header Fields Too Large).
|
| ServiceUnavailable |
Exception representing an HTTP 503 (Service Unavailable).
|
| TooManyRequests |
Exception representing an HTTP 429 (Too Many Requests).
|
| Unauthorized |
Exception representing an HTTP 401 (Unauthorized).
|
| UnavailableForLegalReasons |
Exception representing an HTTP 451 (Unavailable For Legal Reasons).
|
| UnprocessableEntity |
Exception representing an HTTP 422 (Unprocessable Entity).
|
| UnsupportedMediaType |
Exception representing an HTTP 415 (Unsupported Media Type).
|
| UpgradeRequired |
Exception representing an HTTP 426 (Upgrade Required).
|
| UriTooLong |
Exception representing an HTTP 414 (URI Too Long).
|
| VariantAlsoNegotiates |
Exception representing an HTTP 506 (Variant Also Negotiate).
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.