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
Exception which is thrown by the
RestClient if a connection becomes idle.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionIdleException(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
-
Constructor Details
-
ConnectionIdleException
-
ConnectionIdleException
-
ConnectionIdleException
-