javax.security.cert
Class CertificateNotYetValidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.security.cert.CertificateException
              extended by javax.security.cert.CertificateNotYetValidException
All Implemented Interfaces:
Serializable

public class CertificateNotYetValidException
extends CertificateException

Signals that a certificate is not yet valid.

This class is deprecated in favor of the CertificateNotYetValidException class. It should not be used in new applications.

See Also:
Serialized Form

Constructor Summary
CertificateNotYetValidException()
           
CertificateNotYetValidException(String msg)
           
 
Method Summary
 
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
 

Constructor Detail

CertificateNotYetValidException

public CertificateNotYetValidException()

CertificateNotYetValidException

public CertificateNotYetValidException(String msg)