Uses of Class
com.stackmob.sdk.exception.StackMobException

Packages that use StackMobException
com.stackmob.sdk.callback   
com.stackmob.sdk.net   
 

Uses of StackMobException in com.stackmob.sdk.callback
 

Methods in com.stackmob.sdk.callback with parameters of type StackMobException
 void StackMobCallback.failure(StackMobException e)
           
 

Uses of StackMobException in com.stackmob.sdk.net
 

Methods in com.stackmob.sdk.net that throw StackMobException
static String HttpHelper.doDelete(URI uri, String sessionKey, String sessionSecret, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
static String HttpHelper.doDelete(URI uri, String sessionKey, String sessionSecret, String appName, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
static String HttpHelper.doGet(URI uri, String sessionKey, String sessionSecret, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
static String HttpHelper.doGet(URI uri, String sessionKey, String sessionSecret, String appName, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
static String HttpHelper.doPost(URI uri, org.apache.http.HttpEntity entity, String sessionKey, String sessionSecret, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
static String HttpHelper.doPost(URI uri, org.apache.http.HttpEntity entity, String sessionKey, String sessionSecret, String appName, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
static String HttpHelper.doPut(URI uri, org.apache.http.HttpEntity entity, String sessionKey, String sessionSecret, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
static String HttpHelper.doPut(URI uri, org.apache.http.HttpEntity entity, String sessionKey, String sessionSecret, String appName, Integer apiVersionNum, StackMobRedirectedCallback cb)
           
 



Copyright © 2011 StackMob. All Rights Reserved.