com.rabbitmq.client
Class ConsumerCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.rabbitmq.client.ConsumerCancelledException
All Implemented Interfaces:
SensibleClone<ConsumerCancelledException>, java.io.Serializable, java.lang.Cloneable

public class ConsumerCancelledException
extends java.lang.RuntimeException
implements SensibleClone<ConsumerCancelledException>

See Also:
Serialized Form

Constructor Summary
ConsumerCancelledException()
           
 
Method Summary
 ConsumerCancelledException sensibleClone()
          Like Object.clone but sensible; in particular, public and declared to return the right type.
 
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()
Method Detail

sensibleClone

public ConsumerCancelledException sensibleClone()
Description copied from interface: SensibleClone
Like Object.clone but sensible; in particular, public and declared to return the right type.

Specified by:
sensibleClone in interface SensibleClone<ConsumerCancelledException>