| Package | Description |
|---|---|
| org.mule.runtime.core | |
| org.mule.runtime.core.api | |
| org.mule.runtime.core.context | |
| org.mule.runtime.core.exception | |
| org.mule.runtime.core.execution |
| Modifier and Type | Field and Description |
|---|---|
protected SystemExceptionHandler |
DefaultMuleContext.exceptionListener
Global exception handler which handles "system" exceptions (i.e., when no message is involved).
|
| Modifier and Type | Method and Description |
|---|---|
SystemExceptionHandler |
DefaultMuleContext.getExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setExceptionListener(SystemExceptionHandler exceptionListener) |
| Modifier and Type | Method and Description |
|---|---|
SystemExceptionHandler |
MuleContext.getExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContext.setExceptionListener(SystemExceptionHandler exceptionListener) |
| Modifier and Type | Method and Description |
|---|---|
protected SystemExceptionHandler |
DefaultMuleContextBuilder.createExceptionListener(DefaultMuleContext muleContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSystemExceptionStrategy
Fire a notification, log exception, clean up transaction if any, and trigger reconnection strategy if this is a
ConnectException. |
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.
|
| Constructor and Description |
|---|
PhaseExecutionEngine(List<MessageProcessPhase> messageProcessPhaseList,
SystemExceptionHandler exceptionHandler,
EndProcessPhase endProcessPhase) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.