@Deprecated public class ClientResponseFailure extends RuntimeException
jaxrs-api
,
ResponseProcessingException
,
javax.ws.rs.client.ProcessingException
,
javax.ws.rs.client.WebApplicationException
,
Serialized FormConstructor and Description |
---|
ClientResponseFailure(ClientResponse response)
Deprecated.
|
ClientResponseFailure(String s,
ClientResponse response)
Deprecated.
|
ClientResponseFailure(String s,
Throwable throwable,
ClientResponse response)
Deprecated.
|
ClientResponseFailure(Throwable throwable,
ClientResponse response)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
getResponse()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientResponseFailure(ClientResponse response)
public ClientResponseFailure(String s, ClientResponse response)
public ClientResponseFailure(String s, Throwable throwable, ClientResponse response)
public ClientResponseFailure(Throwable throwable, ClientResponse response)
public ClientResponse getResponse()
Copyright © 2016 JBoss by Red Hat. All rights reserved.