| java.lang.Object | |||||||
| ↳ | java.lang.Throwable | ||||||
| ↳ | java.lang.Exception | ||||||
| ↳ | java.lang.RuntimeException | ||||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||||
| ↳ | org.springframework.transaction.TransactionException | ||||||
| ↳ | org.springframework.transaction.TransactionUsageException | ||||||
| ↳ | org.springframework.transaction.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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for IllegalTransactionStateException.
| |||||||||||
Constructor for IllegalTransactionStateException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for IllegalTransactionStateException.
| msg | the detail message |
|---|
Constructor for IllegalTransactionStateException.
| msg | the detail message |
|---|---|
| cause | the root cause from the transaction API in use |