| Package | Description |
|---|---|
| org.mule.config.i18n |
Internationalisation support for Mule messages and exception messages.
|
| org.mule.exception |
| Modifier and Type | Method and Description |
|---|---|
static Message |
CoreMessages.exceptionListenerMustUseOutboundEndpoint(AbstractExceptionListener exceptionListener,
ImmutableEndpoint endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExceptionStrategy
Deprecated.
|
class |
AbstractMessagingExceptionStrategy
Fire a notification, log exception, increment statistics, route the problematic message to a destination
if one is configured (DLQ pattern), commit or rollback transaction if one exists, close any open streams.
|
class |
AbstractSystemExceptionStrategy
Fire a notification, log exception, clean up transaction if any, and trigger reconnection strategy
if this is a
ConnectException. |
class |
CatchMessagingExceptionStrategy |
class |
DefaultMessagingExceptionStrategy
This is the default exception handler for flows and services.
|
class |
DefaultServiceExceptionStrategy
Deprecated.
use
DefaultMessagingExceptionStrategy instead |
class |
DefaultSystemExceptionStrategy
This is the default exception handler for any exception which does not inherit from MessagingException,
i.e, when no message is in play.
|
class |
RollbackMessagingExceptionStrategy |
class |
TemplateMessagingExceptionStrategy |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.