public class TransactionInProgressException extends TransactionStatusException
TransactionInProgressException is thrown if a new transaction is
started when there is one already in progress.
| Constructor and Description |
|---|
TransactionInProgressException(Message message) |
TransactionInProgressException(Message message,
Throwable cause) |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionInProgressException(Message message)
message - the exception messageCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.