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