javax.ws.rs
Class WebApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
- All Implemented Interfaces:
- Serializable
public class WebApplicationException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WebApplicationException
public WebApplicationException()
WebApplicationException
public WebApplicationException(int status)
WebApplicationException
public WebApplicationException(Response.Status status)
WebApplicationException
public WebApplicationException(Response response)
WebApplicationException
public WebApplicationException(Throwable cause)
WebApplicationException
public WebApplicationException(Throwable cause,
int status)
WebApplicationException
public WebApplicationException(Throwable cause,
Response.Status status)
WebApplicationException
public WebApplicationException(Throwable cause,
Response response)
getResponse
public Response getResponse()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.