javax.security.cert

Class CertificateExpiredException

public class CertificateExpiredException extends CertificateException

Signals that a certificate has expired.

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

Constructor Summary
CertificateExpiredException()
CertificateExpiredException(String msg)

Constructor Detail

CertificateExpiredException

public CertificateExpiredException()

CertificateExpiredException

public CertificateExpiredException(String msg)