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
ConstructorsConstructorDescriptionConstructor for TransactionSuspensionNotSupportedException.Constructor for TransactionSuspensionNotSupportedException. - 
Method Summary
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class 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
 
 -