|
|
java > java.security > java.security.cert > java.security.cert.certpathvalidatorexception >
Class: java.security.cert.CertPathValidatorException java.lang.Object java.lang.Throwable java.lang.Exception java.security.GeneralSecurityException java.security.cert.CertPathValidatorException
public class CertPathValidatorException extends GeneralSecurityException
FIELDS:
CONSTRUCTORS:
| | | public | CertPathValidatorException() |
| | public | CertPathValidatorException(String msg) |
| | public | CertPathValidatorException(Throwable cause) |
| | public | CertPathValidatorException(String msg, Throwable cause) |
| | public | CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index) |
| |
|
|
|
METHODS:
| | | | public | CertPath | getCertPath() |
| | public | int | getIndex() |
| |
|
|
|
INHERITED METHODS:
| getMessage(), getLocalizedMessage(), getCause(), initCause(java.lang.Throwable), toString(), printStackTrace(), printStackTrace(java.io.PrintStream), printStackTrace(java.io.PrintWriter), fillInStackTrace(), getStackTrace(), setStackTrace(java.lang.StackTraceElement[]), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|