public class CompositeRoutingException extends MessagingException
MessagingException used to aggregate exceptions thrown by
several routes in the context of a single MessageRouter Exceptions are
correlated to each route through a sequential idevent, muleMessage, processedEvent| Constructor and Description |
|---|
CompositeRoutingException(Message message,
MuleEvent event,
Map<Integer,Throwable> exceptions)
Constructs a new
CompositeRoutingException |
CompositeRoutingException(MuleEvent event,
Map<Integer,Throwable> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getExceptionForRouteIndex(Integer index)
Returns the
Exception for the given route index |
Map<Integer,Throwable> |
getExceptions() |
causedBy, causedExactlyBy, causedRollback, causeMatches, extractMuleMessage, generateMessage, getCauseException, getEvent, getFailingMessageProcessor, getMuleMessage, handled, setCauseRollback, setHandled, setProcessedEventaddInfo, 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 CompositeRoutingException(Message message, MuleEvent event, Map<Integer,Throwable> exceptions)
CompositeRoutingExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.