Package org.openqa.selenium.devtools
Class RequestFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.devtools.RequestFailedException
- All Implemented Interfaces:
Serializable
This exception is thrown by the final
HttpHandler
in a Filter
chain when the
browser fails to send a HTTP request. It can be caught in a Filter
to handle the error
by, for example, returning a custom HTTP response.- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestFailedException
public RequestFailedException()
-