Class PartitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.flink.runtime.io.network.partition.PartitionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PartitionConnectionException, PartitionNotFoundException

public abstract class PartitionException extends IOException
Exception for covering all the scenarios of consuming partition failure which causes the consumer task failed, and the job master would decide whether to restart the producer based on this exception.
See Also: