Spring AMQP

org.springframework.amqp.rabbit.listener
Class ConsumerCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.amqp.rabbit.listener.ConsumerCancelledException
All Implemented Interfaces:
Serializable

public class ConsumerCancelledException
extends RuntimeException

Thrown when the broker cancels the consumer and the message queue is drained.

Since:
1.0.1
Author:
Gary Russell
See Also:
Serialized Form

Constructor Summary
ConsumerCancelledException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsumerCancelledException

public ConsumerCancelledException()

Spring AMQP