org.springframework.orm.toplink
Class TopLinkOptimisticLockingFailureException

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.toplink.TopLinkOptimisticLockingFailureException
All Implemented Interfaces:
Serializable

public class TopLinkOptimisticLockingFailureException
extends ObjectOptimisticLockingFailureException

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

Since:
1.2
Author:
Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
TopLinkOptimisticLockingFailureException(oracle.toplink.exceptions.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

TopLinkOptimisticLockingFailureException

public TopLinkOptimisticLockingFailureException(oracle.toplink.exceptions.OptimisticLockException ex)


Copyright © 2002-2008 The Spring Framework.