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 the Handover.pollNext() or Handover.produce(ConsumerRecords) method, after the Handover was closed via Handover.close().
See Also:
  • Constructor Details

    • ClosedException

      public ClosedException()