java.security.cert
Class CertificateNotYetValidException

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

public class CertificateNotYetValidException
extends CertificateException

Exception for a Certificate that is not yet valid.

Since:
1.2
See Also:
Serialized Form

Constructor Summary
CertificateNotYetValidException()
          Constructs an exception without a message string.
CertificateNotYetValidException(String msg)
          Constructs an exception with a message string.
 
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()
Constructs an exception without a message string.


CertificateNotYetValidException

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

Parameters:
msg - A message to display with exception