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