public final class ResponseStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponseStatus.ClientError4xx
4xx client error status codes - the request contains bad syntax or cannot be fulfilled.
|
static class |
ResponseStatus.Info1xx
1xx informational status codes - request received, continuing process
|
static class |
ResponseStatus.Redirect3xx
3xx redirection status codes - further action must be taken in order to complete the request.
|
static class |
ResponseStatus.ServerError5xx
5xx server error status codes - the server failed to fulfill an apparently valid request.
|
static class |
ResponseStatus.Success2xx
2xx success status codes - the action was successfully received, understood, and accepted.
|
Constructor and Description |
---|
ResponseStatus() |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.