ClientErrorException(Response.Status status) |
Construct a new client error exception.
|
ClientErrorException(Response.Status status,
Throwable cause) |
Construct a new client error exception.
|
ClientErrorException(String message,
Response.Status status) |
Construct a new client error exception.
|
ClientErrorException(String message,
Response.Status status,
Throwable cause) |
Construct a new client error exception.
|
RedirectionException(Response.Status status,
URI location) |
Construct a new redirection exception.
|
RedirectionException(String message,
Response.Status status,
URI location) |
Construct a new redirection exception.
|
ServerErrorException(Response.Status status) |
Construct a new server error exception.
|
ServerErrorException(Response.Status status,
Throwable cause) |
Construct a new server error exception.
|
ServerErrorException(String message,
Response.Status status) |
Construct a new server error exception.
|
ServerErrorException(String message,
Response.Status status,
Throwable cause) |
Construct a new server error exception.
|
WebApplicationException(Response.Status status) |
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and
the associated HTTP status reason phrase.
|
WebApplicationException(String message,
Response.Status status) |
Construct a new instance with the supplied message and HTTP status.
|
WebApplicationException(String message,
Throwable cause,
Response.Status status) |
Construct a new instance with a the supplied message, root cause and HTTP status code.
|
WebApplicationException(Throwable cause,
Response.Status status) |
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP
status code and the associated HTTP status reason phrase.
|