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
An exception thrown by the Handover in the
Handover.pollNext() or Handover.produce(ConsumerRecords) method, after the Handover was closed via Handover.close().- 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
-
ClosedException
public ClosedException()
-