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
@Deprecated
public class ExtCertificateEncodingException
extends CertificateEncodingException
implements ExtException
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtCertificateEncodingException(String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtCertificateEncodingException
-
-
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.
-