Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » orm » hibernate3 » [javadoc | source]
org.springframework.orm.hibernate3
public class: HibernateOptimisticLockingFailureException [javadoc | source]
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

Hibernate-specific subclass of ObjectOptimisticLockingFailureException. Converts Hibernate's StaleObjectStateException and StaleStateException.
Constructor:
 public HibernateOptimisticLockingFailureException(StaleObjectStateException ex) 
 public HibernateOptimisticLockingFailureException(StaleStateException ex) 
Methods from org.springframework.orm.ObjectOptimisticLockingFailureException:
getIdentifier,   getPersistentClass,   getPersistentClassName
Methods from org.springframework.core.NestedRuntimeException:
contains,   getMessage,   getMostSpecificCause,   getRootCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait