Example usage for Java java.security.cert CertPathBuilderException fields, constructors, methods, implement or subclass
The text is from its open source code.
CertPathBuilderException(String msg) Creates a CertPathBuilderException with the given detail message. | |
CertPathBuilderException(Throwable cause) Creates a CertPathBuilderException that wraps the specified throwable. |
String | getMessage() Returns the detail message string of this throwable. |