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

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

The Spring Framework

Uses of Class
org.springframework.transaction.CannotCreateTransactionException

Packages that use CannotCreateTransactionException
org.springframework.transaction Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system. 
 

Uses of CannotCreateTransactionException in org.springframework.transaction
 

Subclasses of CannotCreateTransactionException in org.springframework.transaction
 class NestedTransactionNotSupportedException
          Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.
 class TransactionSuspensionNotSupportedException
          Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.