org.bouncycastle.x509

Class CertPathReviewerException


public class CertPathReviewerException
extends org.bouncycastle.i18n.LocalizedException

Field Summary

Fields inherited from class org.bouncycastle.i18n.LocalizedException

message

Constructor Summary

CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage)
CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage, CertPath certPath, int index)
CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage, Throwable throwable)
CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)

Method Summary

CertPath
getCertPath()
int
getIndex()

Methods inherited from class org.bouncycastle.i18n.LocalizedException

getCause, getErrorMessage

Constructor Details

CertPathReviewerException

public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage)

CertPathReviewerException

public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage,
                                 CertPath certPath,
                                 int index)

CertPathReviewerException

public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage,
                                 Throwable throwable)

CertPathReviewerException

public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage,
                                 Throwable throwable,
                                 CertPath certPath,
                                 int index)

Method Details

getCertPath

public CertPath getCertPath()

getIndex

public int getIndex()