Package org.bouncycastle.jce.exception
Class ExtCertPathValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertPathValidatorException
org.bouncycastle.jce.exception.ExtCertPathValidatorException
- All Implemented Interfaces:
Serializable,ExtException
public class ExtCertPathValidatorException extends CertPathValidatorException implements ExtException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExtCertPathValidatorException(String message, Throwable cause)ExtCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index) -
Method Summary
Methods inherited from class java.security.cert.CertPathValidatorException
getCertPath, getIndexMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtCertPathValidatorException
-
ExtCertPathValidatorException
-
-
Method Details
-
getCause
Description copied from class:ThrowableReturns the cause of thisThrowable, ornullif there is no cause.- Specified by:
getCausein interfaceExtException- Overrides:
getCausein classThrowable- Returns:
- The cause of the exception.
-