public class RoutePathNotFoundException extends RoutingException
RoutePathNotFoundException is thrown if a routing path for an event
cannot be found. This can be caused if there is no (or no matching) endpoint for
the event to route through.routeevent, muleMessage, processedEvent| Constructor and Description |
|---|
RoutePathNotFoundException(Message message,
MuleEvent event,
MessageProcessor target) |
RoutePathNotFoundException(Message message,
MuleEvent event,
MessageProcessor target,
Throwable cause) |
RoutePathNotFoundException(MuleEvent event,
MessageProcessor target) |
RoutePathNotFoundException(MuleEvent event,
MessageProcessor target,
Throwable cause) |
getRoutecausedBy, 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 RoutePathNotFoundException(MuleEvent event, MessageProcessor target)
public RoutePathNotFoundException(MuleEvent event, MessageProcessor target, Throwable cause)
public RoutePathNotFoundException(Message message, MuleEvent event, MessageProcessor target)
public RoutePathNotFoundException(Message message, MuleEvent event, MessageProcessor target, Throwable cause)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.