org.springframework.orm.hibernate3
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.TransientDataAccessException
                          
org.springframework.dao.ConcurrencyFailureException
                              
org.springframework.dao.OptimisticLockingFailureException
                                  
org.springframework.orm.ObjectOptimisticLockingFailureException
                                      
org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
- All Implemented Interfaces: 
 - Serializable
 
public class HibernateOptimisticLockingFailureException
- extends ObjectOptimisticLockingFailureException
 
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
 Converts Hibernate's StaleObjectStateException and StaleStateException.
- Since:
 
  - 1.2
 
- Author:
 
  - Juergen Hoeller
 
- See Also:
 SessionFactoryUtils.convertHibernateAccessException(org.hibernate.HibernateException), 
Serialized Form
 
 
 
 
 
 
HibernateOptimisticLockingFailureException
public HibernateOptimisticLockingFailureException(org.hibernate.StaleObjectStateException ex)
HibernateOptimisticLockingFailureException
public HibernateOptimisticLockingFailureException(org.hibernate.StaleStateException ex)