public class HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException
SessionFactoryUtils.convertHibernateAccessException(org.hibernate.HibernateException)
,
Serialized FormConstructor and Description |
---|
HibernateOptimisticLockingFailureException(OptimisticEntityLockException ex) |
HibernateOptimisticLockingFailureException(StaleObjectStateException ex) |
HibernateOptimisticLockingFailureException(StaleStateException ex) |
getIdentifier, getPersistentClass, getPersistentClassName
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HibernateOptimisticLockingFailureException(StaleObjectStateException ex)
public HibernateOptimisticLockingFailureException(StaleStateException ex)
public HibernateOptimisticLockingFailureException(OptimisticEntityLockException ex)