org.openqa.selenium.remote
Class UnreachableBrowserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openqa.selenium.WebDriverException
                  extended by org.openqa.selenium.remote.UnreachableBrowserException
All Implemented Interfaces:
Serializable

public class UnreachableBrowserException
extends WebDriverException

Indicates there was a problem communicating with the browser being controlled or the Selenium server. The most common causes for this exception are:

1)

See Also:
Serialized Form

Constructor Summary
UnreachableBrowserException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.WebDriverException
getBuildInformation, getDriverInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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

UnreachableBrowserException

public UnreachableBrowserException(String message,
                                   Throwable cause)


Copyright © 2012. All Rights Reserved.