Uses of Class
org.apache.flink.runtime.rest.ConnectionException
-
Packages that use ConnectionException Package Description org.apache.flink.runtime.rest -
-
Uses of ConnectionException in org.apache.flink.runtime.rest
Subclasses of ConnectionException in org.apache.flink.runtime.rest Modifier and Type Class Description class
ConnectionClosedException
Exception which is thrown if theRestClient
detects that a connection was closed.class
ConnectionIdleException
Exception which is thrown by theRestClient
if a connection becomes idle.
-