public class CertPathReviewerException extends LocalizedException
message
Constructor and Description |
---|
CertPathReviewerException(ErrorBundle errorMessage) |
CertPathReviewerException(ErrorBundle errorMessage,
CertPath certPath,
int index) |
CertPathReviewerException(ErrorBundle errorMessage,
Throwable throwable) |
CertPathReviewerException(ErrorBundle errorMessage,
Throwable throwable,
CertPath certPath,
int index) |
Modifier and Type | Method and Description |
---|---|
CertPath |
getCertPath() |
int |
getIndex() |
getCause, getErrorMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)
public CertPathReviewerException(ErrorBundle errorMessage)
public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
public CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)
public CertPath getCertPath()
public int getIndex()
Copyright © 2015. All rights reserved.