Class ExtCertPathBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertPathBuilderException
org.bouncycastle.jce.exception.ExtCertPathBuilderException
- All Implemented Interfaces:
Serializable, ExtException
@Deprecated
public class ExtCertPathBuilderException
extends CertPathBuilderException
implements ExtException
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtCertPathBuilderException(String message, Throwable cause) Deprecated.ExtCertPathBuilderException(String msg, Throwable cause, CertPath certPath, int index) Deprecated. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtCertPathBuilderException
-
ExtCertPathBuilderException
-
-
Method Details
-
getCause
Deprecated.Description copied from interface:ExtExceptionReturns the cause of the exception.- Specified by:
getCausein interfaceExtException- Overrides:
getCausein classThrowable- Returns:
- The cause of the exception.
-