Class ConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.flink.runtime.rest.ConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionClosedException, ConnectionIdleException

public class ConnectionException extends IOException
Base class for all connection related exception thrown by the RestClient.
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException(String message)
    • ConnectionException

      public ConnectionException(String message, Throwable cause)
    • ConnectionException

      public ConnectionException(Throwable cause)