public static class ResponseStatus.ServerError5xx extends Object
Modifier and Type | Field and Description |
---|---|
static Response.StatusType |
BAD_GATEWAY_502
502 Bad Gateway.
|
static Response.StatusType |
GATEWAY_TIMEOUT_504
504 Gateway Timeout.
|
static Response.StatusType |
HTTP_VERSION_NOT_SUPPORTED_505
505 HTTP Version Not Supported.
|
static Response.StatusType |
INSUFFICIENT_STORAGE_507
507 Insufficient Storage.
|
static Response.StatusType |
INTERNAL_SERVER_ERROR_500
500 Internal Server Error.
|
static Response.StatusType |
LOOP_DETECTED_508
508 Loop Detected.
|
static Response.StatusType |
NETWORK_AUTHENTICATION_REQUIRED_511
511 Network Authentication Required.
|
static Response.StatusType |
NOT_EXTENDED_510
510 Not Extended.
|
static Response.StatusType |
NOT_IMPLEMENTED_501
501 Not Implemented.
|
static Response.StatusType |
SERVICE_UNAVAILABLE_503
503 Service Unavailable.
|
static Response.StatusType |
VARIANT_ALSO_NEGOTIATES_506
506 Variant Also Negotiates.
|
Constructor and Description |
---|
ServerError5xx() |
public static final Response.StatusType INTERNAL_SERVER_ERROR_500
public static final Response.StatusType NOT_IMPLEMENTED_501
public static final Response.StatusType BAD_GATEWAY_502
public static final Response.StatusType SERVICE_UNAVAILABLE_503
public static final Response.StatusType GATEWAY_TIMEOUT_504
public static final Response.StatusType HTTP_VERSION_NOT_SUPPORTED_505
public static final Response.StatusType VARIANT_ALSO_NEGOTIATES_506
public static final Response.StatusType INSUFFICIENT_STORAGE_507
public static final Response.StatusType LOOP_DETECTED_508
public static final Response.StatusType NOT_EXTENDED_510
public static final Response.StatusType NETWORK_AUTHENTICATION_REQUIRED_511
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.