public class CertPathReviewerException
extends org.bouncycastle.i18n.LocalizedException
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
CertPath |
getCertPath() |
int |
getIndex() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage, Throwable throwable)
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage)
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage, CertPath certPath, int index)
public CertPath getCertPath()
public int getIndex()
Copyright © 2017 BouncyCastle.org. All rights reserved.