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

/libcore/luni/src/main/java/java/security/cert/
H A DCertPathValidatorException.java26 * A {@code CertPathValidatorException} may optionally include the certification
30 public class CertPathValidatorException extends GeneralSecurityException { class in inherits:GeneralSecurityException
45 * Creates a new {@code CertPathValidatorException} with the specified
64 public CertPathValidatorException(String msg, Throwable cause, method in class:CertPathValidatorException
79 * Creates a new {@code CertPathValidatorException} with the specified
87 public CertPathValidatorException(String msg, Throwable cause) { method in class:CertPathValidatorException
92 * Creates a new {@code CertPathValidatorException} with the specified
98 public CertPathValidatorException(Throwable cause) { method in class:CertPathValidatorException
103 * Creates a new {@code CertPathValidatorException} with the specified
109 public CertPathValidatorException(Strin method in class:CertPathValidatorException
116 public CertPathValidatorException() { method in class:CertPathValidatorException
[all...]

Completed in 48 milliseconds