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.
Also see:
- SessionFactoryUtils#convertHibernateAccessException
- author:
Juergen - Hoeller
- since:
1.2 -
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |