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:
 java.io.Serializable,ExtException
public class ExtCertificateEncodingException extends java.security.cert.CertificateEncodingException implements ExtException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExtCertificateEncodingException(java.lang.String message, java.lang.Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()Returns the cause of the exception. 
 - 
 
- 
- 
Method Detail
- 
getCause
public java.lang.Throwable getCause()
Description copied from interface:ExtExceptionReturns the cause of the exception.- Specified by:
 getCausein interfaceExtException- Overrides:
 getCausein classjava.lang.Throwable- Returns:
 - The cause of the exception.
 
 
 - 
 
 -