- All Implemented Interfaces:
- Serializable
public class TaskOutOfDateException
extends ContentProviderException
This exception is thrown if task being updated is not up-to-date. This may happen if TaskContentProvider holds to a certain task
instance state (end user has task open in his brower). And task instance is updated by some other user or background thread and
first user then tries to update his task. Task Engine detect that task instance was changed and throws this exception
When this exception happens TaskContentProvider automatically refreshes task state, so client code just need to catch this error
and re-execute task update transaction.
- See Also:
- Serialized Form