org.mule.example.errorhandler.handlers
Class BusinessHandler

java.lang.Object
  extended by org.mule.example.errorhandler.AbstractExceptionHandler
      extended by org.mule.example.errorhandler.handlers.BusinessHandler
All Implemented Interfaces:
ExceptionHandler

public class BusinessHandler
extends AbstractExceptionHandler

BusinessHandler


Field Summary
 
Fields inherited from class org.mule.example.errorhandler.AbstractExceptionHandler
errorManager, registry
 
Constructor Summary
BusinessHandler()
           
 
Method Summary
protected  void processException(ErrorMessage message, Throwable t)
           
 
Methods inherited from class org.mule.example.errorhandler.AbstractExceptionHandler
getendpointName, getErrorManager, getRegisteredClasses, isRegisteredFor, onException, registerException, setEndpointName, setErrorManager, unRegisterException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessHandler

public BusinessHandler()
Method Detail

processException

protected void processException(ErrorMessage message,
                                Throwable t)
                         throws HandlerException
Specified by:
processException in class AbstractExceptionHandler
Throws:
HandlerException


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