- 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
- Version:
- 3.0
- Author:
- Josh Moore josh.moore@gmx.de
- See Also:
- Serialized Form