public class ConsumerCancelledException extends java.lang.RuntimeException implements SensibleClone<ConsumerCancelledException>
| Constructor and Description |
|---|
ConsumerCancelledException() |
| Modifier and Type | Method and Description |
|---|---|
ConsumerCancelledException |
sensibleClone()
Like Object.clone but sensible; in particular, public and declared to return
the right type.
|
public ConsumerCancelledException sensibleClone()
SensibleClonesensibleClone in interface SensibleClone<ConsumerCancelledException>