Class CertificateError


  • @Deprecated
    public class CertificateError
    extends java.lang.Object
    Deprecated.
    There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the `handleCertificateError` command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.
    • Constructor Summary

      Constructors 
      Constructor Description
      CertificateError​(java.lang.Integer eventId, java.lang.String errorType, java.lang.String requestURL)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getErrorType()
      Deprecated.
      The type of the error.
      java.lang.Integer getEventId()
      Deprecated.
      The ID of the event.
      java.lang.String getRequestURL()
      Deprecated.
      The url that was requested.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertificateError

        public CertificateError​(java.lang.Integer eventId,
                                java.lang.String errorType,
                                java.lang.String requestURL)
        Deprecated.
    • Method Detail

      • getEventId

        public java.lang.Integer getEventId()
        Deprecated.
        The ID of the event.
      • getErrorType

        public java.lang.String getErrorType()
        Deprecated.
        The type of the error.
      • getRequestURL

        public java.lang.String getRequestURL()
        Deprecated.
        The url that was requested.