|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.wink.client.ClientRuntimeException org.apache.wink.client.ClientWebException
public class ClientWebException
An exception that indicates that an http error code was returned from the server
Constructor Summary | |
---|---|
ClientWebException(ClientRequest request,
ClientResponse response)
|
Method Summary | |
---|---|
ClientRequest |
getRequest()
Get the ClientRequest of the invocation |
ClientResponse |
getResponse()
Get the ClientResponse of the invocation |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientWebException(ClientRequest request, ClientResponse response)
Method Detail |
---|
public ClientRequest getRequest()
ClientRequest
of the invocation
ClientRequest
of the invocationpublic ClientResponse getResponse()
ClientResponse
of the invocation
ClientResponse
of the invocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |