java.io.Serializable, ExtExceptionpublic class ExtCertPathValidatorException extends java.security.cert.CertPathValidatorException implements ExtException
| Constructor | Description |
|---|---|
ExtCertPathValidatorException(java.lang.String message,
java.lang.Throwable cause) |
|
ExtCertPathValidatorException(java.lang.String msg,
java.lang.Throwable cause,
java.security.cert.CertPath certPath,
int index) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
getCause() |
Returns the cause of the exception.
|
getCertPath, getIndex, getReasonpublic ExtCertPathValidatorException(java.lang.String message,
java.lang.Throwable cause)
public ExtCertPathValidatorException(java.lang.String msg,
java.lang.Throwable cause,
java.security.cert.CertPath certPath,
int index)
public java.lang.Throwable getCause()
ExtExceptiongetCause in interface ExtExceptiongetCause in class java.lang.Throwable