public class MobileServicePreconditionFailedException extends MobileServicePreconditionFailedExceptionBase
Constructor and Description |
---|
MobileServicePreconditionFailedException(MobileServicePreconditionFailedExceptionBase innerException,
Object item)
Initializes a new instance of the MobileServicePreconditionFailedException class.
|
Modifier and Type | Method and Description |
---|---|
Object |
getItem() |
void |
setItem(Object item) |
getValue, setValue
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MobileServicePreconditionFailedException(MobileServicePreconditionFailedExceptionBase innerException, Object item)
innerException
- The inner exception.item
- The current instance from the server that the precondition failed for.