public class ExtCertPathValidatorException extends java.security.cert.CertPathValidatorException implements ExtException
| Constructor and 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 and 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