Class NotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoAlertPresentException, NoSuchContextException, NoSuchCookieException, NoSuchElementException, NoSuchFrameException, NoSuchShadowRootException, NoSuchWindowException

@NullMarked public class NotFoundException extends WebDriverException
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(@Nullable String message)
    • NotFoundException

      public NotFoundException(@Nullable String message, @Nullable Throwable cause)
    • NotFoundException

      public NotFoundException(@Nullable Throwable cause)