Package ome.conditions
Class OptimisticLockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.ApiUsageException
-
- ome.conditions.OptimisticLockException
-
- 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
-
-
Constructor Summary
Constructors Constructor Description OptimisticLockException(java.lang.String msg)
-