public class CertPathReviewerException
extends org.spongycastle.i18n.LocalizedException
| Constructor and Description |
|---|
CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage) |
CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage,
java.security.cert.CertPath certPath,
int index) |
CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage,
java.lang.Throwable throwable) |
CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage,
java.lang.Throwable throwable,
java.security.cert.CertPath certPath,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.CertPath |
getCertPath() |
int |
getIndex() |
public CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage,
java.lang.Throwable throwable)
public CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage)
public CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage,
java.lang.Throwable throwable,
java.security.cert.CertPath certPath,
int index)
public CertPathReviewerException(org.spongycastle.i18n.ErrorBundle errorMessage,
java.security.cert.CertPath certPath,
int index)