Package org.apache.flink.runtime.rest
Class ConnectionIdleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.flink.runtime.rest.ConnectionException
-
- org.apache.flink.runtime.rest.ConnectionIdleException
-
- All Implemented Interfaces:
Serializable
public class ConnectionIdleException extends ConnectionException
Exception which is thrown by theRestClient
if a connection becomes idle.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionIdleException(String message)
ConnectionIdleException(String message, Throwable cause)
ConnectionIdleException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-