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
Exception for failed partition requests due to connection failure with unreachable producer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionConnectionException(ResultPartitionID partitionId, Throwable throwable) -
Method Summary
Methods inherited from class org.apache.flink.runtime.io.network.partition.PartitionException
getPartitionIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PartitionConnectionException
-