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