Package org.bouncycastle.jce.exception
Class ExtCertificateEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
java.security.cert.CertificateEncodingException
org.bouncycastle.jce.exception.ExtCertificateEncodingException
- All Implemented Interfaces:
Serializable
,ExtException
public class ExtCertificateEncodingException
extends CertificateEncodingException
implements ExtException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtCertificateEncodingException
-
-
Method Details
-
getCause
Description copied from interface:ExtException
Returns the cause of the exception.- Specified by:
getCause
in interfaceExtException
- Overrides:
getCause
in classThrowable
- Returns:
- The cause of the exception.
-