public class PessimisticEntityLockException extends LockingStrategyException
LockingStrategy
to an entityConstructor and Description |
---|
PessimisticEntityLockException(Object entity,
String message,
JDBCException cause)
Constructs a PessimisticEntityLockException
|
getEntity
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PessimisticEntityLockException(Object entity, String message, JDBCException cause)
entity
- The entity we were trying to lockmessage
- Message explaining the conditioncause
- The underlying causeCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.