Uses of Class
org.apache.flink.runtime.rpc.exceptions.RpcException
-
Packages that use RpcException Package Description org.apache.flink.runtime.rpc.exceptions -
-
Uses of RpcException in org.apache.flink.runtime.rpc.exceptions
Subclasses of RpcException in org.apache.flink.runtime.rpc.exceptions Modifier and Type Class Description classEndpointNotStartedExceptionException which is thrown if an endpoint has not been started (yet).classFencingTokenExceptionException which is thrown if the fencing tokens of aFencedRpcEndpointdo not match.classHandshakeExceptionException which signals a handshake failure.classRecipientUnreachableExceptionException which indicates that the specified recipient is unreachable.classRpcConnectionExceptionException class which is thrown if a rpc connection failed.
-