Class InsecureCertificateException

All Implemented Interfaces:
Serializable

public class InsecureCertificateException extends WebDriverException
Indicates that navigation caused by the user agent hit a certificate warning, which is usually the result of an expired or invalid TLS certificate.
See Also:
  • Constructor Details

    • InsecureCertificateException

      public InsecureCertificateException(String message)
    • InsecureCertificateException

      public InsecureCertificateException(Throwable cause)
    • InsecureCertificateException

      public InsecureCertificateException(String message, Throwable cause)