com.thoughtworks.selenium
Class SeleniumCommandTimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thoughtworks.selenium.SeleniumCommandTimedOutException
All Implemented Interfaces:
Serializable

public class SeleniumCommandTimedOutException
extends RuntimeException

Thrown to indicate that the remote process failed to respond within a specified timeout.

This typically happens when the browser fails to call us back, but if the driver is using a proxy or a CommandBridge, the remote driver may have failed to give us a new command in time.

When a SeleniumCommandTimedOutException is thrown, we have to assume that the command queue is out-of-sync with the remote process (e.g. browser). When this happens, the browser should be stopped (killed) and the queue should be flushed.

Author:
paul
See Also:
Serialized Form

Constructor Summary
SeleniumCommandTimedOutException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

SeleniumCommandTimedOutException

public SeleniumCommandTimedOutException()


Copyright © 2012. All Rights Reserved.