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