Class Handover.ClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.streaming.connectors.kafka.internals.Handover.ClosedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Handover
public static final class Handover.ClosedException extends Exception
An exception thrown by the Handover in theHandover.pollNext()orHandover.produce(ConsumerRecords)method, after the Handover was closed viaHandover.close().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClosedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-