public static class ResponseStatus.ClientError4xx extends Object
Constructor and Description |
---|
ClientError4xx() |
public static final Response.StatusType BAD_REQUEST_400
public static final Response.StatusType UNAUTHORIZED_401
public static final Response.StatusType PAYMENT_REQUIRED_402
public static final Response.StatusType FORBIDDEN_403
public static final Response.StatusType NOT_FOUND_404
public static final Response.StatusType METHOD_NOT_ALLOWED_405
public static final Response.StatusType NOT_ACCEPTABLE_406
public static final Response.StatusType PROXY_AUTHENTICATION_REQUIRED_407
public static final Response.StatusType REQUEST_TIMEOUT_408
public static final Response.StatusType CONFLICT_409
public static final Response.StatusType GONE_410
public static final Response.StatusType LENGTH_REQUIRED_411
public static final Response.StatusType PRECONDITION_FAILED_412
public static final Response.StatusType REQUEST_ENTITY_TOO_LARGE_413
public static final Response.StatusType REQUEST_URI_TOO_LONG_414
public static final Response.StatusType UNSUPPORTED_MEDIA_TYPE_415
public static final Response.StatusType REQUESTED_RANGE_NOT_SATISFIABLE_416
public static final Response.StatusType EXPECTATION_FAILED_417
public static final Response.StatusType I_AM_A_TEAPOT_418
public static final Response.StatusType MISDIRECTED_REQUEST_421
public static final Response.StatusType UNPROCESSABLE_CONTENT_422
public static final Response.StatusType LOCKED_423
public static final Response.StatusType FAILED_DEPENDENCY_424
public static final Response.StatusType TOO_EARLY_425
public static final Response.StatusType UPGRADE_REQUIRED_426
public static final Response.StatusType PRECONDITION_REQUIRED_428
public static final Response.StatusType TOO_MANY_REQUESTS_429
public static final Response.StatusType REQUEST_HEADER_FIELDS_TOO_LARGE_431
public static final Response.StatusType UNAVAILABLE_FOR_LEGAL_REASONS_451
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.