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, getReason
public 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()
ExtException
getCause
in interface ExtException
getCause
in class java.lang.Throwable