org.bouncycastle.jce.exception

Class ExtCertPathValidatorException

public class ExtCertPathValidatorException extends CertPathValidatorException implements ExtException

Constructor Summary
ExtCertPathValidatorException(String message, Throwable cause)
ExtCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)
Method Summary
ThrowablegetCause()

Constructor Detail

ExtCertPathValidatorException

public ExtCertPathValidatorException(String message, Throwable cause)

ExtCertPathValidatorException

public ExtCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)

Method Detail

getCause

public Throwable getCause()