org.mule.transport.sftp.notification
Class ExceptionListener

java.lang.Object
  extended by org.mule.transport.sftp.notification.ExceptionListener
All Implemented Interfaces:
ExceptionHandler, SystemExceptionHandler

public class ExceptionListener
extends Object
implements SystemExceptionHandler


Constructor Summary
ExceptionListener()
           
 
Method Summary
 void handleException(Exception e)
           
 void handleException(Exception exception, RollbackSourceCallback rollbackMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionListener

public ExceptionListener()
Method Detail

handleException

public void handleException(Exception e)
Specified by:
handleException in interface SystemExceptionHandler

handleException

public void handleException(Exception exception,
                            RollbackSourceCallback rollbackMethod)
Specified by:
handleException in interface SystemExceptionHandler


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.