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:
Serializable

public class ConnectionClosedException extends org.openqa.selenium.WebDriverException
Exception thrown when the connection to the SafariDriver is lost.
See Also:
  • Constructor Details

    • ConnectionClosedException

      public ConnectionClosedException(String message)