public class OptimisticLockingException extends OptimisticLockingFailureException
Indicates an optimistic locking violation during an update.
| Constructor and description |
|---|
OptimisticLockingException(PersistentEntity persistentEntity, Object key) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object |
getKey() |
|
public PersistentEntity |
getPersistentEntity() |
| Methods inherited from class | Name |
|---|---|
class OptimisticLockingFailureException |
addSuppressed, contains, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |