Package wt.pom

Class ObjectIsStaleException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class ObjectIsStaleException extends PersistenceException
ObjectIsStaleException captures errors with a datastore interaction. It occurs when an update or delete of an objected is attempted, but cannot be completed because its updatecount is not current, i.e. another process has updated the object.

Supported API: true
Extendable: false
See Also: