Uses of Class
org.spiffyui.client.rest.RESTException

Packages that use RESTException
org.spiffyui.client The client package contains utilities, the main header, and the main footer. 
org.spiffyui.client.rest The rest package contains interfaces and classes for calling remote REST services. 
 

Uses of RESTException in org.spiffyui.client
 

Methods in org.spiffyui.client that return RESTException
static RESTException JSONUtil.getRESTException(JSONValue val, int statusCode, java.lang.String url)
          Get the RESTException containing the information in the specified JSON or null if the JSON object does not correspond to the NCAC exception format.
 

Uses of RESTException in org.spiffyui.client.rest
 

Methods in org.spiffyui.client.rest that return RESTException
static RESTException RESTException.generateInvalidJSONException(java.lang.String url)
          Gets a generic exception representing invalid JSON
 

Methods in org.spiffyui.client.rest with parameters of type RESTException
 void RESTObjectCallBack.error(RESTException e)
           Called when the REST endpoint return successfully with an error message in the payload.
 void RESTCallback.onError(RESTException e)
           Called if the REST endpoint returns a valid response with an error message following in the SOAP error format encoded in JSON.
 

Methods in org.spiffyui.client.rest that throw RESTException
static void RESTility.login(RESTCallback callback, Response response, java.lang.String url, java.lang.String errorCode)
          Make a login request using RESTility authentication framework.