public class ClientResponseFailure extends RuntimeException
| Constructor and Description |
|---|
ClientResponseFailure(ClientResponse response) |
ClientResponseFailure(String s,
ClientResponse response) |
ClientResponseFailure(String s,
Throwable throwable,
ClientResponse response) |
ClientResponseFailure(Throwable throwable,
ClientResponse response) |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
getResponse() |
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 © 2018 JBoss by Red Hat. All rights reserved.