The Spring Framework

org.springframework.orm.jpa
Class JpaOptimisticLockingFailureException

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.jpa.JpaOptimisticLockingFailureException
All Implemented Interfaces:
Serializable

public class JpaOptimisticLockingFailureException
extends ObjectOptimisticLockingFailureException

JPA-specific subclass of ObjectOptimisticLockingFailureException. Converts JPA's OptimisticLockException.

Since:
2.0
Author:
Juergen Hoeller
See Also:
EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(java.lang.RuntimeException), Serialized Form

Constructor Summary
JpaOptimisticLockingFailureException(javax.persistence.OptimisticLockException 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

JpaOptimisticLockingFailureException

public JpaOptimisticLockingFailureException(javax.persistence.OptimisticLockException ex)

The Spring Framework

Copyright © 2002-2007 The Spring Framework.