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:
java.io.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, java.lang.Throwable throwable)
CertPathReviewerException(ErrorBundle errorMessage, java.lang.Throwable throwable, java.security.cert.CertPath certPath, int index)
CertPathReviewerException(ErrorBundle errorMessage, java.security.cert.CertPath certPath, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.cert.CertPath
getCertPath()
int
getIndex()
-
Methods inherited from class org.bouncycastle.i18n.LocalizedException
getCause, getErrorMessage
-
-
-
-
Constructor Detail
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage, java.lang.Throwable throwable)
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage)
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage, java.lang.Throwable throwable, java.security.cert.CertPath certPath, int index)
-
CertPathReviewerException
public CertPathReviewerException(ErrorBundle errorMessage, java.security.cert.CertPath certPath, int index)
-
-