Java java.security.cert CertPathValidatorException fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CertPathValidatorException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CertPathValidatorException.

The text is from its open source code.

Constructor

CertPathValidatorException(String msg)
Creates a CertPathValidatorException with the given detail message.
CertPathValidatorException(Throwable cause)
Creates a CertPathValidatorException that wraps the specified throwable.
CertPathValidatorException(String msg, Throwable cause)
Creates a CertPathValidatorException with the specified detail message and cause.

Method

intgetIndex()
Returns the index of the certificate in the certification path that caused the exception to be thrown.
StringgetMessage()
Returns the detail message string of this throwable.