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