public class RoutingException
extends org.mule.runtime.api.exception.MuleException
RoutingException is a base class for all routing exceptions. Routing exceptions are only thrown for
DefaultInboundRouterCollection and DefaultOutboundRouterCollection and deriving types. Mule itself does not throw routing
exceptions when routing internal events.| Constructor and Description |
|---|
RoutingException(org.mule.runtime.api.i18n.I18nMessage message,
Processor route) |
RoutingException(org.mule.runtime.api.i18n.I18nMessage message,
Processor route,
Throwable cause) |
RoutingException(Processor route) |
RoutingException(Processor route,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Processor |
getRoute() |
addInfo, appendMessage, appendSummaryMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, isVerboseExceptions, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.