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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionError(URL statusUrl, int responseCode, InputStream body) Thrown on server connection errors. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionError
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.
-