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. 
org.spiffyui.client.rest.v2 The rest.v2 package provides second versions of some of the REST interfaces from Spiffy UI. 
 

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.
static void RESTility.login(RESTCallback callback, Response response, java.lang.String url, RESTException exception)
          Make a login request using RESTility authentication framework.
 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.
 void AuthUtil.showLogin(RESTCallback callback, java.lang.String tokenServerUrl, Response response, RESTException exception)
           Show the login dialog.
 

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

Uses of RESTException in org.spiffyui.client.rest.v2
 

Methods in org.spiffyui.client.rest.v2 with parameters of type RESTException
 void RESTAuthProvider.showLogin(RESTCallback callback, java.lang.String tokenServerUrl, Response response, RESTException exception)
           Show the login dialog.