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