Class AbstractPartitionDiscoverer.WakeupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer.WakeupException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AbstractPartitionDiscoverer
Signaling exception to indicate that an actual Kafka call was interrupted.
- 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
-
WakeupException
public WakeupException()
-