public class ClientErrorException extends WebApplicationException
| Constructor and Description |
|---|
ClientErrorException(int status) |
ClientErrorException(int status,
Throwable cause) |
ClientErrorException(Response.Status status) |
ClientErrorException(Response.Status status,
Throwable cause) |
ClientErrorException(Response response) |
ClientErrorException(Response response,
Throwable cause) |
ClientErrorException(String message,
int status) |
ClientErrorException(String message,
int status,
Throwable cause) |
ClientErrorException(String message,
Response.Status status) |
ClientErrorException(String message,
Response.Status status,
Throwable cause) |
ClientErrorException(String message,
Response response) |
ClientErrorException(String message,
Response response,
Throwable cause) |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientErrorException(Response.Status status)
public ClientErrorException(String message, Response.Status status)
public ClientErrorException(int status)
public ClientErrorException(String message, int status)
public ClientErrorException(Response response)
public ClientErrorException(Response.Status status, Throwable cause)
public ClientErrorException(String message, Response.Status status, Throwable cause)
public ClientErrorException(int status,
Throwable cause)
Copyright © 2018 The Apache Software Foundation. All rights reserved.