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:
java.io.Serializable
- Enclosing class:
- AppiumServerAvailabilityChecker
public static class AppiumServerAvailabilityChecker.ConnectionError extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionError(java.net.URL statusUrl, int responseCode, java.io.InputStream body)
Thrown on server connection errors.
-
-
-
Constructor Detail
-
ConnectionError
public ConnectionError(java.net.URL statusUrl, int responseCode, java.io.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.
-
-