Class RequestFailedException

All Implemented Interfaces:
Serializable

public class RequestFailedException extends 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()