org.springframework.dao
Class OptimisticLockingFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.ConcurrencyFailureException
org.springframework.dao.OptimisticLockingFailureException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ObjectOptimisticLockingFailureException
- public class OptimisticLockingFailureException
- extends ConcurrencyFailureException
Exception thrown on an optimistic locking violation. This exception will
be thrown either by O/R mapping tools or by custom DAO implementations.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
OptimisticLockingFailureException
public OptimisticLockingFailureException(String msg)
- Constructor for OptimisticLockingFailureException.
- Parameters:
msg
- message
OptimisticLockingFailureException
public OptimisticLockingFailureException(String msg,
Throwable ex)
- Constructor for OptimisticLockingFailureException.
- Parameters:
msg
- messageex
- root cause from data access API in use
Copyright (C) 2003-2004 The Spring Framework Project.