|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMobException | |
|---|---|
| com.stackmob.sdk.callback | The various callbacks used to respond to asynchronous calls. |
| com.stackmob.sdk.exception | StackMob specific exceptions. |
| com.stackmob.sdk.model | Base classes for objects that map to StackMob data. |
| Uses of StackMobException in com.stackmob.sdk.callback |
|---|
| Methods in com.stackmob.sdk.callback with parameters of type StackMobException | |
|---|---|
abstract void |
StackMobCallback.failure(StackMobException e)
override this method to handle errors |
void |
StackMobIntermediaryCallback.failure(StackMobException e)
override and call super to inject custom logic before failure |
void |
StackMobNoopCallback.failure(StackMobException e)
|
abstract void |
StackMobQueryCallback.failure(StackMobException e)
override this method to handle errors |
void |
StackMobCallback.temporaryPasswordResetRequired(StackMobException e)
|
abstract void |
StackMobRawCallback.temporaryPasswordResetRequired(StackMobException e)
the method that will be called in the very specific case where a user has done a login with a temporary password, and now they need to reset their password to continue. |
void |
StackMobCallback.unsent(StackMobException e)
|
abstract void |
StackMobRawCallback.unsent(StackMobException e)
the method that will be called when a call to StackMob cannot even be sent for some reason |
| Uses of StackMobException in com.stackmob.sdk.exception |
|---|
| Subclasses of StackMobException in com.stackmob.sdk.exception | |
|---|---|
class |
StackMobHTTPResponseException
An exception generated by a failed request. |
| Uses of StackMobException in com.stackmob.sdk.model |
|---|
| Methods in com.stackmob.sdk.model that throw StackMobException | ||
|---|---|---|
void |
StackMobModel.fillFromJson(String jsonString)
fill the objects fields in from a json string. |
|
static
|
StackMobModel.newFromJson(Class<T> classOfT,
String json)
create a new instance of the specified model class from a json string. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||