java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | org.springframework.core.NestedRuntimeException | |||||
↳ | org.springframework.transaction.TransactionException | |||||
↳ | org.springframework.transaction.CannotCreateTransactionException |
![]() |
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for CannotCreateTransactionException.
| |||||||||||
Constructor for CannotCreateTransactionException.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor for CannotCreateTransactionException.
msg | the detail message |
---|
Constructor for CannotCreateTransactionException.
msg | the detail message |
---|---|
cause | the root cause from the transaction API in use |