public class ProcCallException
extends java.lang.Exception
SyncCallback and Client.callProcedure(String, Object...)
when a status code that is not ClientResponse.SUCCESS is returned in the
ClientResponse.| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getCause() |
ClientResponse |
getClientResponse()
When a ProcCallException has a response from the server, retrieve it with this method.
|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic ClientResponse getClientResponse()
ClientResponse associated with this exception or null.public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.Exception getCause()
getCause in class java.lang.Throwable