Class NettyConsumerExceptionHandler

java.lang.Object
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 Details

    • NettyConsumerExceptionHandler

      public NettyConsumerExceptionHandler(NettyConsumer consumer)
  • Method Details

    • 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