Example usage for Java java.security.cert CertPathValidatorException fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
int | getIndex() Returns the index of the certificate in the certification path that caused the exception to be thrown. |
String | getMessage() Returns the detail message string of this throwable. |