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. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Uses of CannotCreateTransactionException in org.springframework.transaction
 

Subclasses of CannotCreateTransactionException in org.springframework.transaction
 class IllegalTransactionStateException
          Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
 

Uses of CannotCreateTransactionException in org.springframework.transaction.jta
 

Methods in org.springframework.transaction.jta that throw CannotCreateTransactionException
 void JtaTransactionManager.afterPropertiesSet()
           
protected  javax.transaction.UserTransaction JtaTransactionManager.lookupUserTransaction(java.lang.String userTransactionName)
          Look up the JTA UserTransaction in JNDI via the configured name.
protected  javax.transaction.TransactionManager JtaTransactionManager.lookupTransactionManager(java.lang.String transactionManagerName)
          Look up the JTA TransactionManager in JNDI via the configured name.
 



Copyright (C) 2003-2004 The Spring Framework Project.