|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |