public class OptimisticLockException extends PersistenceException
Constructor and Description |
---|
OptimisticLockException() |
OptimisticLockException(Object entity) |
OptimisticLockException(String string) |
OptimisticLockException(String string,
Throwable throwable) |
OptimisticLockException(String string,
Throwable throwable,
Object entity) |
OptimisticLockException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Object |
getEntity() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OptimisticLockException()
public OptimisticLockException(Object entity)
public OptimisticLockException(String string)
public OptimisticLockException(String string, Throwable throwable, Object entity)
public OptimisticLockException(Throwable throwable)
public Object getEntity()
Copyright © 2024. All rights reserved.