Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.cert
Class CertificateNotYetValidException  view CertificateNotYetValidException download CertificateNotYetValidException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.security.GeneralSecurityException
              extended byjava.security.cert.CertificateException
                  extended byjava.security.cert.CertificateNotYetValidException
All Implemented Interfaces:
java.io.Serializable

public class CertificateNotYetValidException
extends CertificateException

Exception for a Certificate that is not yet valid.

Since:
1.2

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Compatible with JDK 1.2+.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CertificateNotYetValidException()
          Constructs an exception without a message string.
CertificateNotYetValidException(java.lang.String msg)
          Constructs an exception with a message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Compatible with JDK 1.2+.

See Also:
Constant Field Values
Constructor Detail

CertificateNotYetValidException

public CertificateNotYetValidException()
Constructs an exception without a message string.


CertificateNotYetValidException

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