Class AppiumServerAvailabilityChecker.ConnectionError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.appium.java_client.service.local.AppiumServerAvailabilityChecker.ConnectionError
All Implemented Interfaces:
Serializable
Enclosing class:
AppiumServerAvailabilityChecker

public static class AppiumServerAvailabilityChecker.ConnectionError extends RuntimeException
See Also:
  • Constructor Details

    • ConnectionError

      public ConnectionError(URL statusUrl, int responseCode, InputStream body)
      Thrown on server connection errors.
      Parameters:
      statusUrl - Appium server status URL.
      responseCode - The response code received from the URL above.
      body - The response body stream received from the URL above.