org.mule.providers.ftp
Class DebugExceptionStrategy

java.lang.Object
  extended by org.mule.impl.AbstractExceptionListener
      extended by org.mule.providers.ftp.DebugExceptionStrategy
All Implemented Interfaces:
ExceptionListener, org.mule.umo.lifecycle.Initialisable

public class DebugExceptionStrategy
extends org.mule.impl.AbstractExceptionListener


Field Summary
protected  Log logger
           
 
Fields inherited from class org.mule.impl.AbstractExceptionListener
endpoints, initialised
 
Constructor Summary
DebugExceptionStrategy()
           
 
Method Summary
 void handleLifecycleException(Object component, Throwable e)
           
 void handleMessagingException(org.mule.umo.UMOMessage message, Throwable e)
           
 void handleRoutingException(org.mule.umo.UMOMessage message, org.mule.umo.endpoint.UMOImmutableEndpoint endpoint, Throwable e)
           
 void handleStandardException(Throwable e)
           
 
Methods inherited from class org.mule.impl.AbstractExceptionListener
addEndpoint, doInitialise, exceptionThrown, fireNotification, getEndpoint, getEndpoints, getErrorMessagePayload, getExceptionType, initialise, isInitialised, logException, logFatal, markTransactionForRollback, removeEndpoint, routeException, setEndpoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected transient Log logger
Constructor Detail

DebugExceptionStrategy

public DebugExceptionStrategy()
Method Detail

handleMessagingException

public void handleMessagingException(org.mule.umo.UMOMessage message,
                                     Throwable e)
Specified by:
handleMessagingException in class org.mule.impl.AbstractExceptionListener

handleRoutingException

public void handleRoutingException(org.mule.umo.UMOMessage message,
                                   org.mule.umo.endpoint.UMOImmutableEndpoint endpoint,
                                   Throwable e)
Specified by:
handleRoutingException in class org.mule.impl.AbstractExceptionListener

handleLifecycleException

public void handleLifecycleException(Object component,
                                     Throwable e)
Specified by:
handleLifecycleException in class org.mule.impl.AbstractExceptionListener

handleStandardException

public void handleStandardException(Throwable e)
Specified by:
handleStandardException in class org.mule.impl.AbstractExceptionListener


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.