org.apache.camel.component.netty
Class NettyConsumerExceptionHandler

java.lang.Object
  extended by org.apache.camel.component.netty.NettyConsumerExceptionHandler
All Implemented Interfaces:
org.apache.camel.spi.ExceptionHandler

public class NettyConsumerExceptionHandler
extends Object
implements org.apache.camel.spi.ExceptionHandler


Constructor Summary
NettyConsumerExceptionHandler(NettyConsumer consumer)
           
 
Method Summary
 void handleException(String message, org.apache.camel.Exchange exchange, Throwable exception)
           
 void handleException(String message, Throwable exception)
           
 void handleException(Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyConsumerExceptionHandler

public NettyConsumerExceptionHandler(NettyConsumer consumer)
Method Detail

handleException

public void handleException(Throwable exception)
Specified by:
handleException in interface org.apache.camel.spi.ExceptionHandler

handleException

public void handleException(String message,
                            Throwable exception)
Specified by:
handleException in interface org.apache.camel.spi.ExceptionHandler

handleException

public void handleException(String message,
                            org.apache.camel.Exchange exchange,
                            Throwable exception)
Specified by:
handleException in interface org.apache.camel.spi.ExceptionHandler


Apache Camel