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

Class CertificateNotYetValidException

Exception
|
+--javax.security.cert.CertificateException
   |
   +--javax.security.cert.CertificateNotYetValidException


public class CertificateNotYetValidException

extends CertificateException

Signals that a certificate is not yet valid. This class is deprecated in favor of the java.security.cert.CertificateNotYetValidException class. It should not be used in new applications. NOTE: This class is deprecated. Use java.security.cert.CertificateNotYetValidException instead.

Constructor Summary

CertificateNotYetValidException()

Signals that a certificate is not yet valid. This class is deprecated in favor of the java.security.cert.CertificateNotYetValidException class.
CertificateNotYetValidException(String msg)

Constructor Details

CertificateNotYetValidException

public CertificateNotYetValidException()

Signals that a certificate is not yet valid. This class is deprecated in favor of the java.security.cert.CertificateNotYetValidException class. It should not be used in new applications. NOTE: This class is deprecated. Use java.security.cert.CertificateNotYetValidException instead.


CertificateNotYetValidException

public CertificateNotYetValidException(String msg)

Parameters: