All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.security.cert.CertificateException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.security.GeneralSecurityException
                            |
                            +----java.security.cert.CertificateException

public class CertificateException
extends GeneralSecurityException
This exception indicates one of a variety of certificate problems.

See Also:
Certificate

Constructor Index

 o CertificateException()
 o CertificateException(String)
Constructs a certificate exception with the given detail message.

Constructors

 o CertificateException
public CertificateException()
 o CertificateException
public CertificateException(String msg)
Constructs a certificate exception with the given detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature