org.mule.tck.functional
Class QuietExceptionStrategy
java.lang.Object
org.mule.exception.AbstractExceptionListener
org.mule.exception.AbstractMessagingExceptionStrategy
org.mule.tck.functional.QuietExceptionStrategy
- All Implemented Interfaces:
- MuleContextAware, MessagingExceptionHandler, Disposable, Initialisable
public class QuietExceptionStrategy
- extends AbstractMessagingExceptionStrategy
Restrict exceptions to debug log messages
Methods inherited from class org.mule.exception.AbstractExceptionListener |
addEndpoint, closeStream, createOutboundRouter, dispose, doInitialise, fireNotification, getCommitTxFilter, getExceptionType, getMessageProcessors, getMessageProcessors, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, logFatal, removeMessageProcessor, rollbackTransaction, routeException, setCommitTxFilter, setEnableNotifications, setMessageProcessors, 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,
java.lang.Throwable e)
- Overrides:
handleMessagingException
in class AbstractMessagingExceptionStrategy
handleRoutingException
public void handleRoutingException(MuleMessage message,
MessageProcessor target,
java.lang.Throwable e)
- Overrides:
handleRoutingException
in class AbstractMessagingExceptionStrategy
handleLifecycleException
public void handleLifecycleException(java.lang.Object component,
java.lang.Throwable e)
- Overrides:
handleLifecycleException
in class AbstractMessagingExceptionStrategy
handleStandardException
public void handleStandardException(java.lang.Throwable e)
- Overrides:
handleStandardException
in class AbstractMessagingExceptionStrategy
logException
protected void logException(java.lang.Throwable t)
- Description copied from class:
AbstractExceptionListener
- Used to log the error passed into this Exception Listener
- Overrides:
logException
in class AbstractExceptionListener
- Parameters:
t
- the exception thrown
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.