Package org.springframework.transaction
Class TransactionSuspensionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.CannotCreateTransactionException
org.springframework.transaction.TransactionSuspensionNotSupportedException
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to suspend an existing transaction
but transaction suspension is not supported by the underlying backend.
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for TransactionSuspensionNotSupportedException.Constructor for TransactionSuspensionNotSupportedException. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.- Parameters:
msg
- the detail message
-
TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.- Parameters:
msg
- the detail messagecause
- the root cause from the transaction API in use
-