Class PartitionConnectionException
- 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.consumer.PartitionConnectionException
-
- All Implemented Interfaces:
Serializable
public class PartitionConnectionException extends PartitionException
Exception for failed partition requests due to connection failure with unreachable producer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartitionConnectionException(ResultPartitionID partitionId, Throwable throwable)
-
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
-
PartitionConnectionException
public PartitionConnectionException(ResultPartitionID partitionId, Throwable throwable)
-
-