| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.transaction.TransactionException | |||||
| ↳ | org.springframework.transaction.TransactionUsageException | |||||
Known Direct Subclasses
|
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for TransactionUsageException.
| |||||||||||
Constructor for TransactionUsageException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for TransactionUsageException.
| msg | the detail message |
|---|
Constructor for TransactionUsageException.
| msg | the detail message |
|---|---|
| cause | the root cause from the transaction API in use |