org.springframework.orm.hibernate
Class HibernateOptimisticLockingFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.ConcurrencyFailureException
org.springframework.dao.OptimisticLockingFailureException
org.springframework.orm.ObjectOptimisticLockingFailureException
org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException
- All Implemented Interfaces:
- Serializable
- public class HibernateOptimisticLockingFailureException
- extends ObjectOptimisticLockingFailureException
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
Converts Hibernate's StaleObjectStateException.
- Since:
- 13.10.2003
- Author:
- Juergen Hoeller
- See Also:
SessionFactoryUtils.convertHibernateAccessException(net.sf.hibernate.HibernateException)
,
Serialized Form
HibernateOptimisticLockingFailureException
public HibernateOptimisticLockingFailureException(StaleObjectStateException ex)
Copyright (C) 2003-2004 The Spring Framework Project.