KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > cert > CertificateEncodingException

java.security.cert
Class CertificateEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.cert.CertificateException
                  extended by java.security.cert.CertificateEncodingException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public CertificateEncodingException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertificateEncodingException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertificateEncodingException(String message,
                                    Throwable cause)
See Also:
Throwable.getCause(), Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertificateEncodingException(Throwable cause)
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags