org.bouncycastle.x509
Class CertPathReviewerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.i18n.LocalizedException
org.bouncycastle.x509.CertPathReviewerException
- All Implemented Interfaces:
- java.io.Serializable
public class CertPathReviewerException
- extends org.bouncycastle.i18n.LocalizedException
- See Also:
- Serialized Form
Fields inherited from class org.bouncycastle.i18n.LocalizedException |
message |
Methods inherited from class org.bouncycastle.i18n.LocalizedException |
getCause, getErrorMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CertPathReviewerException
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage,
java.lang.Throwable throwable)
CertPathReviewerException
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage)
CertPathReviewerException
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage,
java.lang.Throwable throwable,
java.security.cert.CertPath certPath,
int index)
CertPathReviewerException
public CertPathReviewerException(org.bouncycastle.i18n.ErrorBundle errorMessage,
java.security.cert.CertPath certPath,
int index)
getCertPath
public java.security.cert.CertPath getCertPath()
getIndex
public int getIndex()