Class AppiumServerAvailabilityChecker.ConnectionError

    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionError​(java.net.URL statusUrl, int responseCode, java.io.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.