public class MobileServicePreconditionFailedExceptionBase extends MobileServiceException
Constructor and Description |
---|
MobileServicePreconditionFailedExceptionBase(Throwable throwable,
com.google.gson.JsonObject value)
Initializes a new instance of the MobileServicePreconditionFailedExceptionBase class.
|
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getValue() |
void |
setValue(com.google.gson.JsonObject mValue) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MobileServicePreconditionFailedExceptionBase(Throwable throwable, com.google.gson.JsonObject value)
throwable
- The inner exception.value
- The current instance from the server that the precondition failed for.