Klasse java.security.cert.CertPathValidatorException | 1.4 |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.security.GeneralSecurityException | +--java.security.cert.CertPathValidatorException
Konstruktoren | |
---|---|
public | CertPathValidatorException() |
public | CertPathValidatorException(String s) |
public | CertPathValidatorException(Throwable cause) |
public | CertPathValidatorException(String msg, Throwable cause) |
public | CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index) |
Methoden | |
---|---|
public Throwable | getCause() |
public CertPath | getCertPath() |
public int | getIndex() |
public String | getMessage() |
public void | printStackTrace() |
public void | printStackTrace(PrintStream ps) |
public void | printStackTrace(PrintWriter pw) |
public String | toString() |