Package org.openqa.selenium.safari
Class ConnectionClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.WebDriverException
-
- org.openqa.selenium.safari.ConnectionClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionClosedException extends org.openqa.selenium.WebDriverException
Exception thrown when the connection to the SafariDriver is lost.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionClosedException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
-