Class CertificateError


  • public class CertificateError
    extends Object
    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 Detail

      • CertificateError

        public CertificateError()
    • Method Detail

      • getEventId

        public Integer getEventId()
        The ID of the event.
      • setEventId

        public void setEventId​(Integer eventId)
        The ID of the event.
      • getErrorType

        public String getErrorType()
        The type of the error.
      • setErrorType

        public void setErrorType​(String errorType)
        The type of the error.
      • getRequestURL

        public String getRequestURL()
        The url that was requested.
      • setRequestURL

        public void setRequestURL​(String requestURL)
        The url that was requested.