javax.security.cert
Class CertificateExpiredException
Exception
|
+--javax.security.cert.CertificateException
|
+--javax.security.cert.CertificateExpiredException
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.
CertificateExpiredException
public CertificateExpiredException()
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.
CertificateExpiredException
public CertificateExpiredException(String msg)
Parameters: