|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SystemExceptionHandler | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
| org.mule.exception | |
| org.mule.execution | |
| Uses of SystemExceptionHandler in org.mule |
|---|
| Fields in org.mule declared as SystemExceptionHandler | |
|---|---|
protected SystemExceptionHandler |
DefaultMuleContext.exceptionListener
Global exception handler which handles "system" exceptions (i.e., when no message is involved). |
| Methods in org.mule that return SystemExceptionHandler | |
|---|---|
SystemExceptionHandler |
DefaultMuleContext.getExceptionListener()
|
| Methods in org.mule with parameters of type SystemExceptionHandler | |
|---|---|
void |
DefaultMuleContext.setExceptionListener(SystemExceptionHandler exceptionListener)
|
| Uses of SystemExceptionHandler in org.mule.api |
|---|
| Methods in org.mule.api that return SystemExceptionHandler | |
|---|---|
SystemExceptionHandler |
MuleContext.getExceptionListener()
|
| Methods in org.mule.api with parameters of type SystemExceptionHandler | |
|---|---|
void |
MuleContext.setExceptionListener(SystemExceptionHandler exceptionListener)
|
| Uses of SystemExceptionHandler in org.mule.exception |
|---|
| Classes in org.mule.exception that implement SystemExceptionHandler | |
|---|---|
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. |
| Uses of SystemExceptionHandler in org.mule.execution |
|---|
| Constructors in org.mule.execution with parameters of type SystemExceptionHandler | |
|---|---|
PhaseExecutionEngine(List<MessageProcessPhase> messageProcessPhaseList,
SystemExceptionHandler exceptionHandler,
EndProcessPhase endProcessPhase)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||