Class DefaultExceptionHandler
java.lang.Object
com.rabbitmq.client.impl.ForgivingExceptionHandler
com.rabbitmq.client.impl.StrictExceptionHandler
com.rabbitmq.client.impl.DefaultExceptionHandler
- All Implemented Interfaces:
ExceptionHandler
Default implementation of
ExceptionHandler
used by AMQConnection.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StrictExceptionHandler
handleBlockedListenerException, handleChannelKiller, handleChannelKiller, handleConfirmListenerException, handleConsumerException, handleReturnListenerExceptionMethods inherited from class ForgivingExceptionHandler
handleChannelRecoveryException, handleConnectionKiller, handleConnectionRecoveryException, handleTopologyRecoveryException, handleUnexpectedConnectionDriverException, logMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExceptionHandler
handleBlockedListenerException, handleChannelRecoveryException, handleConfirmListenerException, handleConnectionRecoveryException, handleConsumerException, handleReturnListenerException, handleTopologyRecoveryException, handleUnexpectedConnectionDriverException
-
Constructor Details
-
DefaultExceptionHandler
public DefaultExceptionHandler()
-