public class ClientResponseProcessingException extends ProcessingException
ResponseProcessingException
at a point where
ClientResponse
is converted to a Response
before it is delivered to a user.Constructor and Description |
---|
ClientResponseProcessingException(ClientResponse clientResponse,
Throwable cause)
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
getClientResponse()
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientResponseProcessingException(ClientResponse clientResponse, Throwable cause)
clientResponse
- a ClientResponse
to be converted to Response
.cause
- a cause of the exception.public ClientResponse getClientResponse()
ClientResponse
to be converted to Response
.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.