Package 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:
Serializable
public class CertPathReviewerException extends LocalizedException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.i18n.LocalizedException
message
-
-
Constructor Summary
Constructors Constructor Description CertPathReviewerException(ErrorBundle errorMessage)
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertPath
getCertPath()
int
getIndex()
-
Methods inherited from class org.bouncycastle.i18n.LocalizedException
getCause, getErrorMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage)
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)
-
-
Method Detail
-
getCertPath
public CertPath getCertPath()
-
getIndex
public int getIndex()
-
-