| Package | Description |
|---|---|
| javax.ws.rs | |
| javax.ws.rs.core |
| Constructor and Description |
|---|
ClientErrorException(Response.Status status) |
ClientErrorException(Response.Status status,
Throwable cause) |
ClientErrorException(String message,
Response.Status status) |
ClientErrorException(String message,
Response.Status status,
Throwable cause) |
RedirectionException(Response.Status status,
URI location) |
RedirectionException(String message,
Response.Status status,
URI location) |
ServerErrorException(Response.Status status) |
ServerErrorException(Response.Status status,
Throwable cause) |
ServerErrorException(String message,
Response.Status status) |
ServerErrorException(String message,
Response.Status status,
Throwable cause) |
WebApplicationException(Response.Status status) |
WebApplicationException(String message,
Response.Status status) |
WebApplicationException(String message,
Throwable cause,
Response.Status status) |
WebApplicationException(Throwable cause,
Response.Status status) |
| Modifier and Type | Method and Description |
|---|---|
static Response.Status |
Response.Status.fromStatusCode(int statusCode) |
default Response.Status |
Response.StatusType.toEnum() |
static Response.Status |
Response.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Response.Status[] |
Response.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Response.ResponseBuilder |
Response.status(Response.Status status) |
Response.ResponseBuilder |
Response.ResponseBuilder.status(Response.Status status) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.