Package org.glassfish.jersey.http
Class ResponseStatus.ServerError5xx
java.lang.Object
org.glassfish.jersey.http.ResponseStatus.ServerError5xx
- Enclosing class:
- ResponseStatus
5xx server error status codes - the server failed to fulfill an apparently valid request.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Response.StatusType
502 Bad Gateway.static final Response.StatusType
504 Gateway Timeout.static final Response.StatusType
505 HTTP Version Not Supported.static final Response.StatusType
507 Insufficient Storage.static final Response.StatusType
500 Internal Server Error.static final Response.StatusType
508 Loop Detected.static final Response.StatusType
511 Network Authentication Required.static final Response.StatusType
510 Not Extended.static final Response.StatusType
501 Not Implemented.static final Response.StatusType
503 Service Unavailable.static final Response.StatusType
506 Variant Also Negotiates. -
Constructor Summary
-
Method Summary
-
Field Details
-
INTERNAL_SERVER_ERROR_500
500 Internal Server Error. See HTTP Semantics. -
NOT_IMPLEMENTED_501
501 Not Implemented. See HTTP Semantics. -
BAD_GATEWAY_502
502 Bad Gateway. See HTTP Semantics. -
SERVICE_UNAVAILABLE_503
503 Service Unavailable. See HTTP Semantics. -
GATEWAY_TIMEOUT_504
504 Gateway Timeout. See HTTP Semantics. -
HTTP_VERSION_NOT_SUPPORTED_505
505 HTTP Version Not Supported. See HTTP Semantics. -
VARIANT_ALSO_NEGOTIATES_506
506 Variant Also Negotiates. See Transparent Content Negotiation in HTTP. -
INSUFFICIENT_STORAGE_507
507 Insufficient Storage. See HTTP Extensions for Web Distributed Authoring and Versioning = new ResponseStatusImpl(WebDAV) -
LOOP_DETECTED_508
-
NOT_EXTENDED_510
510 Not Extended. See An HTTP Extension Framework. -
NETWORK_AUTHENTICATION_REQUIRED_511
511 Network Authentication Required. See Additional HTTP Status Codes.
-
-
Constructor Details
-
ServerError5xx
public ServerError5xx()
-