站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.dao.PessimisticLockingFailureException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.dao.PessimisticLockingFailureException

Packages that use PessimisticLockingFailureException
org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use. 
 

Uses of PessimisticLockingFailureException in org.springframework.dao
 

Subclasses of PessimisticLockingFailureException in org.springframework.dao
 class CannotAcquireLockException
          Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement.
 class CannotSerializeTransactionException
          Exception thrown on failure to complete a transaction in serialized mode due to update conflicts.
 class DeadlockLoserDataAccessException
          Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.