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>
,Serializable
,Cloneable
public class ConsumerCancelledException extends RuntimeException implements SensibleClone<ConsumerCancelledException>
- See Also:
- Serialized Form
-
-
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.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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>
-
-