public class OptimisticLockException extends PersistenceException
Constructor and Description |
---|
OptimisticLockException() |
OptimisticLockException(Object entity) |
OptimisticLockException(String message) |
OptimisticLockException(String message,
Throwable cause) |
OptimisticLockException(String message,
Throwable cause,
Object entity) |
OptimisticLockException(Throwable cause) |
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(String message)
public OptimisticLockException(Throwable cause)
public OptimisticLockException(Object entity)
public Object getEntity()
Copyright © 2018. All rights reserved.