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.

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

Constructor Summary

CertificateExpiredException()
CertificateExpiredException(String msg)

Constructor Details

CertificateExpiredException

public CertificateExpiredException()

CertificateExpiredException

public CertificateExpiredException(String msg)