org.springframework.dao
Class ConcurrencyFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.ConcurrencyFailureException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CannotAcquireLockException, CannotSerializeTransactionException, OptimisticLockingFailureException
- public class ConcurrencyFailureException
- extends DataAccessException
Exception thrown on concurrency failure. This exception should be
sublassed to indicate the type of failure - optimistic locking,
failure to acquire lock, etc.
This exception will be thrown either by O/R mapping tools
or by custom DAO implementations.
- Since:
- 1.1
- Author:
- Thomas Risberg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConcurrencyFailureException
public ConcurrencyFailureException(java.lang.String msg)
ConcurrencyFailureException
public ConcurrencyFailureException(java.lang.String msg,
java.lang.Throwable ex)
Copyright (C) 2003-2004 The Spring Framework Project.