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

Class CertificateNotYetValidException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.security.GeneralSecurityException
         |
         +--java.security.cert.CertificateException
            |
            +--java.security.cert.CertificateNotYetValidException


public class CertificateNotYetValidException

extends CertificateException

Exception for a Certificate that is not yet valid.

Since:Author:

Constructor Summary

CertificateNotYetValidException()

Constructs an exception without a message string.
CertificateNotYetValidException(java.lang.String msg)

Constructs an exception with a message string.

Constructor Details

CertificateNotYetValidException

public CertificateNotYetValidException()

Constructs an exception without a message string.


CertificateNotYetValidException

public CertificateNotYetValidException(java.lang.String msg)

Constructs an exception with a message string.

Parameters: