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, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionInProgressException(Message message)
message
- the exception messageCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.