Class AppiumServerAvailabilityChecker.ConnectionTimeout
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.appium.java_client.service.local.AppiumServerAvailabilityChecker.ConnectionTimeout
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AppiumServerAvailabilityChecker
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionTimeout(Duration timeout, Throwable cause) Thrown on server timeout 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
-
ConnectionTimeout
Thrown on server timeout errors.- Parameters:
timeout- Timeout value.cause- Timeout cause.
-