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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLike 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
-
Constructor Details
-
ConsumerCancelledException
public ConsumerCancelledException()
-
-
Method Details
-
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>
-