public class

ConsumerCancelledException

extends RuntimeException
implements SensibleClone<T extends SensibleClone<T>>
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.rabbitmq.client.ConsumerCancelledException

Summary

Public Constructors
ConsumerCancelledException()
Public Methods
ConsumerCancelledException sensibleClone()
Like Object.clone but sensible; in particular, public and declared to return the right type.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object
From interface com.rabbitmq.utility.SensibleClone

Public Constructors

public ConsumerCancelledException ()

Public Methods

public ConsumerCancelledException sensibleClone ()

Like Object.clone but sensible; in particular, public and declared to return the right type.