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

public class RequestFailedException extends org.openqa.selenium.WebDriverException
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:
  • Constructor Details

    • RequestFailedException

      public RequestFailedException()