Class RpcConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.rpc.exceptions.RpcException
-
- org.apache.flink.runtime.rpc.exceptions.RpcConnectionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HandshakeException
public class RpcConnectionException extends RpcException
Exception class which is thrown if a rpc connection failed. Usually this happens if the remote host cannot be reached.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcConnectionException(String message)
RpcConnectionException(String message, Throwable cause)
RpcConnectionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-