class AbortException
extends javax.ws.rs.ProcessingException
ClientRequestContext.abortWith(javax.ws.rs.core.Response)| Modifier and Type | Field and Description |
|---|---|
private ClientResponse |
abortResponse |
| Constructor and Description |
|---|
AbortException(ClientResponse abortResponse)
Create new abort exception.
|
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
getAbortResponse()
Get the abort response that caused this exception.
|
private final transient ClientResponse abortResponse
AbortException(ClientResponse abortResponse)
abortResponse - abort response.public ClientResponse getAbortResponse()