Class CertificateException

    • Constructor Detail

      • CertificateException

        public CertificateException​(String msg)
        Creates a new CertificateException with the specified message.
        Parameters:
        msg - the detail message for the exception.
      • CertificateException

        public CertificateException()
        Creates a new CertificateException.
      • CertificateException

        public CertificateException​(String message,
                                    Throwable cause)
        Creates a new CertificateException with the specified message and cause.
        Parameters:
        message - the detail message for the exception.
        cause - the cause.
      • CertificateException

        public CertificateException​(Throwable cause)
        Creates a new CertificateException with the specified cause.
        Parameters:
        cause - the cause