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 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.
 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.
 



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