Searched defs:CertPathBuilderException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/cert/
H A DCertPathBuilderException.java25 public class CertPathBuilderException extends GeneralSecurityException { class in inherits:GeneralSecurityException
30 * Creates a new {@code CertPathBuilderException} with the specified message
38 public CertPathBuilderException(String msg, Throwable cause) { method in class:CertPathBuilderException
43 * Creates a new {@code CertPathBuilderException} with the specified cause.
48 public CertPathBuilderException(Throwable cause) { method in class:CertPathBuilderException
53 * Creates a new {@code CertPathBuilderException} with the specified
59 public CertPathBuilderException(String msg) { method in class:CertPathBuilderException
64 * Creates a new {@code CertPathBuilderException}.
66 public CertPathBuilderException() { method in class:CertPathBuilderException

Completed in 56 milliseconds