javax.security.cert

Class CertificateException

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.

Constructor Summary
CertificateException()
CertificateException(String msg)

Constructor Detail

CertificateException

public CertificateException()

CertificateException

public CertificateException(String msg)