public class NettyConsumerExceptionHandler extends Object implements org.apache.camel.spi.ExceptionHandler
Constructor and Description |
---|
NettyConsumerExceptionHandler(NettyConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
void |
handleException(String message,
org.apache.camel.Exchange exchange,
Throwable exception) |
void |
handleException(String message,
Throwable exception) |
void |
handleException(Throwable exception) |
public NettyConsumerExceptionHandler(NettyConsumer consumer)
public void handleException(Throwable exception)
handleException
in interface org.apache.camel.spi.ExceptionHandler
public void handleException(String message, Throwable exception)
handleException
in interface org.apache.camel.spi.ExceptionHandler
Apache Camel