org.mule.tck.functional
Class QuietExceptionStrategy
java.lang.Object
org.mule.AbstractExceptionListener
org.mule.tck.functional.QuietExceptionStrategy
- All Implemented Interfaces:
- ExceptionListener, MuleContextAware, Disposable, Initialisable
public class QuietExceptionStrategy
- extends AbstractExceptionListener
Restrict exceptions to debug log messages
| Methods inherited from class org.mule.AbstractExceptionListener |
addEndpoint, closeStream, dispose, doInitialise, exceptionThrown, fireNotification, getCommitTxFilter, getEndpoints, getEndpoints, getErrorMessagePayload, getExceptionType, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, logException, logFatal, removeEndpoint, rollbackTransaction, routeException, setCommitTxFilter, setEnableNotifications, setEndpoints, setMuleContext, setRollbackTxFilter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient Log logger
QuietExceptionStrategy
public QuietExceptionStrategy()
handleMessagingException
public void handleMessagingException(MuleMessage message,
Throwable e)
- Specified by:
handleMessagingException in class AbstractExceptionListener
handleRoutingException
public void handleRoutingException(MuleMessage message,
ImmutableEndpoint endpoint,
Throwable e)
- Specified by:
handleRoutingException in class AbstractExceptionListener
handleLifecycleException
public void handleLifecycleException(Object component,
Throwable e)
- Specified by:
handleLifecycleException in class AbstractExceptionListener
handleStandardException
public void handleStandardException(Throwable e)
- Specified by:
handleStandardException in class AbstractExceptionListener
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.