Class LockTimeoutException

java.lang.Object
All Implemented Interfaces:
Serializable

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