- All Implemented Interfaces:
- java.io.Serializable
public class OptimisticLockException
extends ApiUsageException
Signifies that another user has updated or deleted a given object, more
specifically a query of the form : "<action> where id = ? and version = ?"
applied to no rows.
- Since:
- 3.0
- See Also:
- Serialized Form