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