public class WebApplicationException extends RuntimeException
| Constructor and Description |
|---|
WebApplicationException() |
WebApplicationException(int status) |
WebApplicationException(Response.Status status) |
WebApplicationException(Response response) |
WebApplicationException(String message) |
WebApplicationException(String message,
int status) |
WebApplicationException(String message,
Response.Status status) |
WebApplicationException(String message,
Response response) |
WebApplicationException(String message,
Throwable cause) |
WebApplicationException(String message,
Throwable cause,
int status) |
WebApplicationException(String message,
Throwable cause,
Response.Status status) |
WebApplicationException(String message,
Throwable cause,
Response response) |
WebApplicationException(Throwable cause) |
WebApplicationException(Throwable cause,
int status) |
WebApplicationException(Throwable cause,
Response.Status status) |
WebApplicationException(Throwable cause,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
Response |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebApplicationException()
public WebApplicationException(String message)
public WebApplicationException(Response response)
public WebApplicationException(int status)
public WebApplicationException(String message, int status)
public WebApplicationException(Response.Status status)
public WebApplicationException(String message, Response.Status status)
public WebApplicationException(Throwable cause)
public WebApplicationException(String message, Throwable cause, Response response)
public WebApplicationException(Throwable cause, int status)
public WebApplicationException(Throwable cause, Response.Status status) throws IllegalArgumentException
IllegalArgumentExceptionpublic WebApplicationException(String message, Throwable cause, Response.Status status) throws IllegalArgumentException
IllegalArgumentExceptionpublic Response getResponse()
Copyright © 2018 The Apache Software Foundation. All rights reserved.