Class AbstractPartitionDiscoverer.ClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer.ClosedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractPartitionDiscoverer
public static final class AbstractPartitionDiscoverer.ClosedException extends Exception
Thrown if this discoverer was used to discover partitions after it was closed.- 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
-
-