const CertificateException([String message = "", OSError osError = null])

Source

const CertificateException([String message = "",
                          OSError osError = null])
   : super._("CertificateException", message, osError);