Class PartitionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.flink.runtime.io.network.partition.PartitionException
-
- org.apache.flink.runtime.io.network.partition.PartitionNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PartitionNotFoundException extends PartitionException
Exception for failed partition requests due to non-existing partitions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartitionNotFoundException(ResultPartitionID partitionId)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.io.network.partition.PartitionException
getPartitionId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PartitionNotFoundException
public PartitionNotFoundException(ResultPartitionID partitionId)
-
-