org.openqa.selenium.server
Class SeleniumCommandTimedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.openqa.selenium.server.SeleniumCommandTimedOutException
All Implemented Interfaces:
java.io.Serializable

public class SeleniumCommandTimedOutException
extends java.lang.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:
com.thoughtworks.selenium.outbedded.CommandBridge, Serialized Form

Constructor Summary
SeleniumCommandTimedOutException()
           
 
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 © 2006 null. All Rights Reserved.