当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
CannotAcquireLockException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.dao
Class CannotAcquireLockException
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.PessimisticLockingFailureException
org.springframework.dao.CannotAcquireLockException
- All Implemented Interfaces:
- Serializable
public class CannotAcquireLockException
- extends PessimisticLockingFailureException
Exception thrown on failure to aquire a lock during an update,
for example during a "select for update" statement.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
CannotAcquireLockException
public CannotAcquireLockException(String msg)
- Constructor for CannotAcquireLockException.
- Parameters:
msg
- the detail message
CannotAcquireLockException
public CannotAcquireLockException(String msg,
Throwable cause)
- Constructor for CannotAcquireLockException.
- Parameters:
msg
- the detail messagecause
- the root cause from the data access API in use
Copyright © 2002-2007 The Spring Framework.