org.springframework.orm.jdo
Class JdoOptimisticLockingFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.TransientDataAccessException
                          extended by org.springframework.dao.ConcurrencyFailureException
                              extended by org.springframework.dao.OptimisticLockingFailureException
                                  extended by org.springframework.orm.ObjectOptimisticLockingFailureException
                                      extended by org.springframework.orm.jdo.JdoOptimisticLockingFailureException
All Implemented Interfaces:
Serializable

public class JdoOptimisticLockingFailureException
extends ObjectOptimisticLockingFailureException

JDO-specific subclass of ObjectOptimisticLockingFailureException. Converts JDO's JDOOptimisticVerificationException.

Since:
1.1
Author:
Juergen Hoeller
See Also:
PersistenceManagerFactoryUtils.convertJdoAccessException(javax.jdo.JDOException), Serialized Form

Constructor Summary
JdoOptimisticLockingFailureException(javax.jdo.JDOOptimisticVerificationException ex)
           
 
Method Summary
 
Methods inherited from class org.springframework.orm.ObjectOptimisticLockingFailureException
getIdentifier, getPersistentClass, getPersistentClassName
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdoOptimisticLockingFailureException

public JdoOptimisticLockingFailureException(javax.jdo.JDOOptimisticVerificationException ex)