Class Handover.WakeupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.streaming.connectors.kafka.internals.Handover.WakeupException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Handover
public static final class Handover.WakeupException extends Exception
A special exception thrown bv the Handover in theHandover.produce(ConsumerRecords)method when the producer is woken up from a blocking call viaHandover.wakeupProducer().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WakeupException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-