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
public class DefaultExceptionHandler extends StrictExceptionHandler implements ExceptionHandler
Default implementation ofExceptionHandlerused byAMQConnection. 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultExceptionHandler() 
- 
Method Summary
- 
Methods inherited from class com.rabbitmq.client.impl.StrictExceptionHandler
handleBlockedListenerException, handleChannelKiller, handleChannelKiller, handleConfirmListenerException, handleConsumerException, handleFlowListenerException, 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, handleFlowListenerException, handleReturnListenerException, handleTopologyRecoveryException, handleUnexpectedConnectionDriverException 
 - 
 
 -