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