com.thoughtworks.selenium
Class Wait.WaitTimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thoughtworks.selenium.Wait.WaitTimedOutException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Wait

public class Wait.WaitTimedOutException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
Wait.WaitTimedOutException()
           
Wait.WaitTimedOutException(java.lang.String message)
           
Wait.WaitTimedOutException(java.lang.String message, java.lang.Throwable cause)
           
Wait.WaitTimedOutException(java.lang.Throwable cause)
           
 
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

Wait.WaitTimedOutException

public Wait.WaitTimedOutException()

Wait.WaitTimedOutException

public Wait.WaitTimedOutException(java.lang.String message,
                                  java.lang.Throwable cause)

Wait.WaitTimedOutException

public Wait.WaitTimedOutException(java.lang.String message)

Wait.WaitTimedOutException

public Wait.WaitTimedOutException(java.lang.Throwable cause)


Copyright © 2011. All Rights Reserved.