Package com.rabbitmq.client.impl
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
-
Method Summary
Methods inherited from class com.rabbitmq.client.impl.StrictExceptionHandler
handleBlockedListenerException, handleChannelKiller, handleChannelKiller, handleConfirmListenerException, handleConsumerException, handleReturnListenerException
Methods inherited from class com.rabbitmq.client.impl.ForgivingExceptionHandler
handleChannelRecoveryException, handleConnectionKiller, handleConnectionRecoveryException, handleTopologyRecoveryException, handleUnexpectedConnectionDriverException, log
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.rabbitmq.client.ExceptionHandler
handleBlockedListenerException, handleChannelRecoveryException, handleConfirmListenerException, handleConnectionRecoveryException, handleConsumerException, handleReturnListenerException, handleTopologyRecoveryException, handleUnexpectedConnectionDriverException
-
Constructor Details
-
DefaultExceptionHandler
public DefaultExceptionHandler()
-