Package org.openqa.selenium
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.WebDriverException
-
- org.openqa.selenium.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeoutException extends WebDriverException
Thrown when a command does not complete in enough time.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
TimeoutException(java.lang.String message)
TimeoutException(java.lang.String message, java.lang.Throwable cause)
TimeoutException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
-