public class TransactionSuspensionNotSupportedException extends CannotCreateTransactionException
Constructor and Description |
---|
TransactionSuspensionNotSupportedException(java.lang.String msg)
Constructor for TransactionSuspensionNotSupportedException.
|
TransactionSuspensionNotSupportedException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for TransactionSuspensionNotSupportedException.
|
public TransactionSuspensionNotSupportedException(java.lang.String msg)
msg
- the detail messagepublic TransactionSuspensionNotSupportedException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the transaction API in use