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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPathValidatorException.java37 * A {@code CertPathValidatorException} provides support for wrapping
41 * A {@code CertPathValidatorException} may also include the
62 public class CertPathValidatorException extends GeneralSecurityException { class in inherits:GeneralSecurityException
84 * Creates a {@code CertPathValidatorException} with
87 public CertPathValidatorException() { method in class:CertPathValidatorException
92 * Creates a {@code CertPathValidatorException} with the given
98 public CertPathValidatorException(String msg) { method in class:CertPathValidatorException
103 * Creates a {@code CertPathValidatorException} that wraps the
105 * {@code CertPathValidatorException}, while retaining information
115 public CertPathValidatorException(Throwabl method in class:CertPathValidatorException
128 public CertPathValidatorException(String msg, Throwable cause) { method in class:CertPathValidatorException
149 public CertPathValidatorException(String msg, Throwable cause, method in class:CertPathValidatorException
175 public CertPathValidatorException(String msg, Throwable cause, method in class:CertPathValidatorException
[all...]

Completed in 4 milliseconds