org.bouncycastle.jce.exception

Class ExtCertPathValidatorException

Implemented Interfaces:
ExtException

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

Throwable
getCause()

Constructor Details

ExtCertPathValidatorException

public ExtCertPathValidatorException(String message,
                                     Throwable cause)

ExtCertPathValidatorException

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

Method Details

getCause

public Throwable getCause()
Specified by:
getCause in interface ExtException