public class ClientWebApplicationException extends RuntimeException
| Constructor and Description |
|---|
ClientWebApplicationException() |
ClientWebApplicationException(String message) |
ClientWebApplicationException(String message,
Throwable cause,
javax.ws.rs.core.Response response) |
ClientWebApplicationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getResponse()
Returns the server response if any, for example, if the problem has
occurred during reading the response then this method will return
JAX-RS Response object representing the actual server response
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientWebApplicationException()
public ClientWebApplicationException(String message)
public ClientWebApplicationException(Throwable cause)
public javax.ws.rs.core.Response getResponse()
Apache CXF