Class StrictExceptionHandler

java.lang.Object
com.rabbitmq.client.impl.ForgivingExceptionHandler
com.rabbitmq.client.impl.StrictExceptionHandler
All Implemented Interfaces:
ExceptionHandler
Direct Known Subclasses:
DefaultExceptionHandler

public class StrictExceptionHandler extends ForgivingExceptionHandler implements ExceptionHandler
An implementation of ExceptionHandler that does close channels on unhandled consumer exception. Used by AMQConnection.
See Also: