Package org.openqa.selenium.remote.http
Class ConnectionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.WebDriverException
-
- org.openqa.selenium.remote.http.ConnectionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionFailedException extends org.openqa.selenium.WebDriverException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionFailedException(java.lang.String message)
ConnectionFailedException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation
-
-