@Deprecated public class ClientResponseFailure extends RuntimeException
(https://jcp.org/en/jsr/detail?id=339),
ResponseProcessingException,
javax.ws.rs.client.ProcessingException,
javax.ws.rs.client.WebApplicationException,
Serialized Form| Constructor 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, toStringpublic 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 © 2017 JBoss by Red Hat. All rights reserved.