|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.exception.AbstractExceptionListener
org.mule.exception.DefaultSystemExceptionStrategy
public class DefaultSystemExceptionStrategy
Log exception, fire a notification, and clean up transaction if any.
Field Summary |
---|
Fields inherited from class org.mule.exception.AbstractExceptionListener |
---|
commitTxFilter, enableNotifications, initialised, logger, messageProcessors, muleContext, rollbackTxFilter |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
DefaultSystemExceptionStrategy()
Deprecated. Use DefaultSystemExceptionStrategy(MuleContext muleContext) instead |
|
DefaultSystemExceptionStrategy(MuleContext muleContext)
|
Method Summary | |
---|---|
void |
handleException(java.lang.Exception e)
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSystemExceptionStrategy()
public DefaultSystemExceptionStrategy(MuleContext muleContext)
Method Detail |
---|
public void handleException(java.lang.Exception e)
SystemExceptionHandler
handleException
in interface SystemExceptionHandler
e
- which occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |