Class DAOptimisticLockException

All Implemented Interfaces:
Serializable

public class DAOptimisticLockException extends DAValidateException
Exception thrown on an optimistic locking violation.
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:
  • Constructor Details

    • DAOptimisticLockException

      public DAOptimisticLockException(String message)