Package org.glassfish.jersey.http
Class ResponseStatus.ClientError4xx
java.lang.Object
org.glassfish.jersey.http.ResponseStatus.ClientError4xx
- Enclosing class:
- ResponseStatus
4xx client error status codes - the request contains bad syntax or cannot be fulfilled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Response.StatusType400 Bad Request.static final Response.StatusType409 Conflict.static final Response.StatusType417 Expectation Failed.static final Response.StatusType424 Failed Dependency.static final Response.StatusType403 Forbidden.static final Response.StatusType410 Gone.static final Response.StatusType418 I'm a teapot.static final Response.StatusType411 Length Required.static final Response.StatusType423 Locked.static final Response.StatusType405 Method Not Allowed.static final Response.StatusType421 Misdirected Request.static final Response.StatusType406 Not Acceptable.static final Response.StatusType404 Not Found.static final Response.StatusType402 Payment Required.static final Response.StatusType412 Precondition Failed.static final Response.StatusType428 Precondition Required.static final Response.StatusType407 Proxy Authentication Required.static final Response.StatusType413 Request Entity Too Large.static final Response.StatusType431 Request Header Fields Too Large.static final Response.StatusType408 Request Timeout.static final Response.StatusType414 Request-URI Too Long.static final Response.StatusType416 Requested Range Not Satisfiable.static final Response.StatusType425 Too Early.static final Response.StatusType429 Too Many Requests.static final Response.StatusType401 Unauthorized.static final Response.StatusType451 Unavailable For Legal Reasons.static final Response.StatusType422 Unprocessable Content.static final Response.StatusType415 Unsupported Media Type.static final Response.StatusType426 Upgrade Required. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BAD_REQUEST_400
400 Bad Request. See HTTP Semantics. -
UNAUTHORIZED_401
401 Unauthorized. See HTTP Semantics. -
PAYMENT_REQUIRED_402
402 Payment Required. See HTTP Semantics. -
FORBIDDEN_403
403 Forbidden. See HTTP Semantics. -
NOT_FOUND_404
404 Not Found. See HTTP Semantics. -
METHOD_NOT_ALLOWED_405
405 Method Not Allowed. See HTTP Semantics. -
NOT_ACCEPTABLE_406
406 Not Acceptable. See HTTP Semantics. -
PROXY_AUTHENTICATION_REQUIRED_407
407 Proxy Authentication Required. See HTTP Semantics. -
REQUEST_TIMEOUT_408
408 Request Timeout. See HTTP Semantics. -
CONFLICT_409
409 Conflict. See HTTP Semantics. -
GONE_410
410 Gone. See HTTP Semantics. -
LENGTH_REQUIRED_411
411 Length Required. See HTTP Semantics. -
PRECONDITION_FAILED_412
412 Precondition Failed. See HTTP Semantics. -
REQUEST_ENTITY_TOO_LARGE_413
413 Request Entity Too Large. See HTTP Semantics. -
REQUEST_URI_TOO_LONG_414
414 Request-URI Too Long. See HTTP Semantics. -
UNSUPPORTED_MEDIA_TYPE_415
415 Unsupported Media Type. See HTTP Semantics. -
REQUESTED_RANGE_NOT_SATISFIABLE_416
416 Requested Range Not Satisfiable. See HTTP Semantics. -
EXPECTATION_FAILED_417
417 Expectation Failed. See HTTP Semantics. -
I_AM_A_TEAPOT_418
418 I'm a teapot. See HTTP Semantics and Hyper Text Coffee Pot Control Protocol -
MISDIRECTED_REQUEST_421
421 Misdirected Request. See HTTP Semantics. -
UNPROCESSABLE_CONTENT_422
422 Unprocessable Content. See HTTP Semantics. -
LOCKED_423
-
FAILED_DEPENDENCY_424
424 Failed Dependency. See HTTP Extensions for Web Distributed Authoring and Versioning = new ResponseStatusImpl(WebDAV) -
TOO_EARLY_425
425 Too Early. See Using Early Data in HTTP. -
UPGRADE_REQUIRED_426
426 Upgrade Required. See HTTP Semantics. -
PRECONDITION_REQUIRED_428
428 Precondition Required. See Additional HTTP Status Codes. -
TOO_MANY_REQUESTS_429
429 Too Many Requests. See Additional HTTP Status Codes. -
REQUEST_HEADER_FIELDS_TOO_LARGE_431
431 Request Header Fields Too Large. See Additional HTTP Status Codes. -
UNAVAILABLE_FOR_LEGAL_REASONS_451
451 Unavailable For Legal Reasons. See An HTTP Status Code to Report Legal Obstacles.
-
-
Constructor Details
-
ClientError4xx
public ClientError4xx()
-