|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
org.mule.api.exception | |
org.mule.exception | |
org.mule.module.cxf | |
org.mule.tck.functional | Helper classes and interfaces used by Mule fnctional tests. |
Uses of ExceptionHandler in org.mule.api.exception |
---|
Subinterfaces of ExceptionHandler in org.mule.api.exception | |
---|---|
interface |
MessagingExceptionHandler
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred). |
interface |
SystemExceptionHandler
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred). |
Uses of ExceptionHandler in org.mule.exception |
---|
Classes in org.mule.exception that implement ExceptionHandler | |
---|---|
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 |
DefaultMessagingExceptionStrategy
This is the default exception handler for flows and services. |
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 ExceptionHandler in org.mule.module.cxf |
---|
Classes in org.mule.module.cxf that implement ExceptionHandler | |
---|---|
class |
CxfComponentExceptionStrategy
This exception strategy forces the exception thrown from a web service invocation to be passed as-is, not wrapped in a Mule exception object. |
Uses of ExceptionHandler in org.mule.tck.functional |
---|
Classes in org.mule.tck.functional that implement ExceptionHandler | |
---|---|
class |
QuietExceptionStrategy
Restrict exceptions to debug log messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |