Package overit.geocall.da
Class DAOptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
overit.geocall.da.DAValidateException
overit.geocall.da.DAOptimisticLockException
- All Implemented Interfaces:
Serializable
Exception thrown on an optimistic locking violation.
This exception is typically raised if an
This exception is typically raised if an
UPDATE or DELETE operation does not update/delete any data
since the filter defined on the level field does not find any match.- See Also:
-
Field Summary
Fields inherited from class overit.geocall.da.DAValidateException
_code, _mm, _oo -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.da.DAValidateException
equals, getCode, getMap, getParams, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DAOptimisticLockException
-