Package com.rabbitmq.client
Class ConsumerCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Default for non-checking.
-
Constructor Summary
Constructors Constructor Description ConsumerCancelledException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerCancelledException
sensibleClone()
Like Object.clone but sensible; in particular, public and declared to return the right type.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Default for non-checking.- See Also:
- Constant Field Values
-
-
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 interfaceSensibleClone<ConsumerCancelledException>
-
-