Class PessimisticLockException

java.lang.Object
All Implemented Interfaces:
Serializable

public class PessimisticLockException extends PersistenceException
Thrown by the persistence provider when a pessimistic 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, is marked for rollback.
Since:
2.0
See Also: