Class CertPathBuilderException

    • Constructor Detail

      • CertPathBuilderException

        public CertPathBuilderException​(String msg,
                                        Throwable cause)
        Creates a new CertPathBuilderException with the specified message and cause.
        Parameters:
        msg - the detail message for the exception
        cause - why the building of the certification path failed.
      • CertPathBuilderException

        public CertPathBuilderException​(Throwable cause)
        Creates a new CertPathBuilderException with the specified cause.
        Parameters:
        cause - why the building of the certification path failed.
      • CertPathBuilderException

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

        public CertPathBuilderException()
        Creates a new CertPathBuilderException.