org.mule.tck.functional
Class QuietExceptionStrategy
java.lang.Object
org.mule.processor.AbstractMessageProcessorOwner
org.mule.exception.AbstractExceptionListener
org.mule.exception.AbstractMessagingExceptionStrategy
org.mule.tck.functional.QuietExceptionStrategy
- All Implemented Interfaces:
- FlowConstructAware, MuleContextAware, MessagingExceptionHandler, Disposable, Initialisable, Lifecycle, Startable, Stoppable
public class QuietExceptionStrategy
- extends AbstractMessagingExceptionStrategy
Restrict exceptions to debug log messages
Methods inherited from class org.mule.exception.AbstractExceptionListener |
addEndpoint, closeStream, createOutboundRouter, doInitialise, fireNotification, getCommitTxFilter, getExceptionType, getMessageProcessors, getMessageProcessors, getOwnedMessageProcessors, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, logFatal, removeMessageProcessor, rollbackTransaction, routeException, setCommitTxFilter, setEnableNotifications, setMessageProcessors, 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)
- Overrides:
handleMessagingException
in class AbstractMessagingExceptionStrategy
handleRoutingException
public void handleRoutingException(MuleMessage message,
MessageProcessor target,
Throwable e)
- Overrides:
handleRoutingException
in class AbstractMessagingExceptionStrategy
handleLifecycleException
public void handleLifecycleException(Object component,
Throwable e)
- Overrides:
handleLifecycleException
in class AbstractMessagingExceptionStrategy
handleStandardException
public void handleStandardException(Throwable e)
- Overrides:
handleStandardException
in class AbstractMessagingExceptionStrategy
logException
protected void logException(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.