org.mule.providers.ftp
Class DebugExceptionStrategy

java.lang.Object
  extended byorg.mule.impl.AbstractExceptionListener
      extended byorg.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)

handleRoutingException

public void handleRoutingException(org.mule.umo.UMOMessage message,
                                   org.mule.umo.endpoint.UMOImmutableEndpoint endpoint,
                                   Throwable e)

handleLifecycleException

public void handleLifecycleException(Object component,
                                     Throwable e)

handleStandardException

public void handleStandardException(Throwable e)


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