Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.security.cert

Class CertificateExpiredException

Exception
|
+--javax.security.cert.CertificateException
   |
   +--javax.security.cert.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()

Signals that a certificate has expired. This class is deprecated in favor of the java.security.cert.CertificateExpiredException class.
CertificateExpiredException(String msg)

Constructor Details

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: