org.hibernate.dialect.lock
Class LockingStrategyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.dialect.lock.LockingStrategyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OptimisticEntityLockException, PessimisticEntityLockException
public abstract class LockingStrategyException
- extends HibernateException
Represents an error trying to apply a LockingStrategy
to an entity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LockingStrategyException
public LockingStrategyException(Object entity,
String message)
LockingStrategyException
public LockingStrategyException(Object entity,
String message,
Throwable root)
getEntity
public Object getEntity()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.