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, 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-2012 MuleSource, Inc.. All Rights Reserved.