org.bouncycastle.x509

Class CertPathReviewerException

public class CertPathReviewerException extends LocalizedException

Constructor Summary
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)
CertPathReviewerException(ErrorBundle errorMessage)
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)
Method Summary
CertPathgetCertPath()
intgetIndex()

Constructor Detail

CertPathReviewerException

public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)

CertPathReviewerException

public CertPathReviewerException(ErrorBundle errorMessage)

CertPathReviewerException

public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)

CertPathReviewerException

public CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)

Method Detail

getCertPath

public CertPath getCertPath()

getIndex

public int getIndex()