javax.security.cert

Class CertificateException

Known Direct Subclasses:
CertificateEncodingException, CertificateExpiredException, CertificateNotYetValidException, CertificateParsingException

public class CertificateException
extends Exception

Signals a generic problem with certificates.

This class is deprecated in favor of the java.security.cert.CertificateException class. It should not be used in new applications.

NOTE: This class is deprecated. Use java.security.cert.CertificateException instead.

Constructor Summary

CertificateException()
CertificateException(String msg)

Constructor Details

CertificateException

public CertificateException()

CertificateException

public CertificateException(String msg)