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