org.jboss.resteasy.client
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() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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. All Rights Reserved.