org.mule.test.integration.exceptions
Class DefaultExceptionStrategyTestCase.CustomExceptionStrategy

java.lang.Object
  extended by org.mule.test.integration.exceptions.DefaultExceptionStrategyTestCase.CustomExceptionStrategy
All Implemented Interfaces:
ExceptionHandler, MessagingExceptionHandler
Enclosing class:
DefaultExceptionStrategyTestCase

public static class DefaultExceptionStrategyTestCase.CustomExceptionStrategy
extends Object
implements MessagingExceptionHandler


Constructor Summary
DefaultExceptionStrategyTestCase.CustomExceptionStrategy()
           
 
Method Summary
 MuleEvent handleException(Exception exception, MuleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionStrategyTestCase.CustomExceptionStrategy

public DefaultExceptionStrategyTestCase.CustomExceptionStrategy()
Method Detail

handleException

public MuleEvent handleException(Exception exception,
                                 MuleEvent event)
Specified by:
handleException in interface MessagingExceptionHandler


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