Class RecipientUnreachableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.rpc.exceptions.RpcException
-
- org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException
-
- All Implemented Interfaces:
Serializable
public class RecipientUnreachableException extends RpcException
Exception which indicates that the specified recipient is unreachable. This can either mean that the recipient has been terminated or that the remote RpcService is currently not reachable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecipientUnreachableException(String sender, String recipient, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-