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:
com.rabbitmq.utility.SensibleClone<ConsumerCancelledException>,Serializable,Cloneable
public class ConsumerCancelledException
extends RuntimeException
implements com.rabbitmq.utility.SensibleClone<ConsumerCancelledException>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
- Specified by:
sensibleClonein interfacecom.rabbitmq.utility.SensibleClone<ConsumerCancelledException>
-