Class OptimisticLockException

java.lang.Object
All Implemented Interfaces:
Serializable

public class OptimisticLockException extends PersistenceException
Thrown by the persistence provider when an optimistic locking conflict occurs. This exception may be thrown as part of an API call, a flush or at commit time. The current transaction, if one is active, will be marked for rollback.
Since:
1.0
See Also: