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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathValidatorException.java37 * A <code>CertPathValidatorException</code> provides support for wrapping
41 * A <code>CertPathValidatorException</code> may also include the
62 public class CertPathValidatorException extends GeneralSecurityException { class in inherits:GeneralSecurityException
84 * Creates a <code>CertPathValidatorException</code> with
87 public CertPathValidatorException() { method in class:CertPathValidatorException
92 * Creates a <code>CertPathValidatorException</code> with the given
98 public CertPathValidatorException(String msg) { method in class:CertPathValidatorException
103 * Creates a <code>CertPathValidatorException</code> that wraps the
105 * <code>CertPathValidatorException</code>, 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 35 milliseconds