Class NettyConsumerExceptionHandler

  • All Implemented Interfaces:
    org.apache.camel.spi.ExceptionHandler

    public class NettyConsumerExceptionHandler
    extends Object
    implements org.apache.camel.spi.ExceptionHandler
    • 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