Package org.hibernate
Class OptimisticLockException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class OptimisticLockException extends OptimisticEntityLockException
Deprecated.UseOptimisticEntityLockExceptioninsteadThrow when an optimistic locking conflict occurs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OptimisticLockException(Object entity, String message)Deprecated.Constructs a OptimisticLockException using the specified information.
-
Method Summary
-
Methods inherited from class org.hibernate.dialect.lock.LockingStrategyException
getEntity
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-