|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jersey.api.client.UniformInterfaceException
public class UniformInterfaceException
A runtime exception thrown by a method on the UniformInterface when
the status code of the HTTP response indicates a response that is not
expected by the method invoked.
| Constructor Summary | |
|---|---|
UniformInterfaceException(ClientResponse r)
|
|
UniformInterfaceException(java.lang.String message,
ClientResponse r)
|
|
| Method Summary | |
|---|---|
ClientResponse |
getResponse()
Get the client response assocatiated with the exception. |
| 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 UniformInterfaceException(ClientResponse r)
public UniformInterfaceException(java.lang.String message,
ClientResponse r)
| Method Detail |
|---|
public ClientResponse getResponse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||