Exception thrown when attempting to suspend an existing transaction
but transaction suspension is not supported by the underlying backend.
author: Juergen Hoeller since: 1.1
public TransactionSuspensionNotSupportedException(String msg)(Code)
Constructor for TransactionSuspensionNotSupportedException.
Parameters: msg - the detail message
TransactionSuspensionNotSupportedException
public TransactionSuspensionNotSupportedException(String msg, Throwable cause)(Code)
Constructor for TransactionSuspensionNotSupportedException.
Parameters: msg - the detail message Parameters: cause - the root cause from the transaction API in use