public class CertPathReviewerException extends LocalizedException
message| Constructor and Description |
|---|
CertPathReviewerException(ErrorBundle errorMessage) |
CertPathReviewerException(ErrorBundle errorMessage,
java.security.cert.CertPath certPath,
int index) |
CertPathReviewerException(ErrorBundle errorMessage,
java.lang.Throwable throwable) |
CertPathReviewerException(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() |
getCause, getErrorMessagepublic CertPathReviewerException(ErrorBundle errorMessage, java.lang.Throwable throwable)
public CertPathReviewerException(ErrorBundle errorMessage)
public CertPathReviewerException(ErrorBundle errorMessage, java.lang.Throwable throwable, java.security.cert.CertPath certPath, int index)
public CertPathReviewerException(ErrorBundle errorMessage, java.security.cert.CertPath certPath, int index)