< prev index next >

src/java.base/share/classes/java/security/cert/CertificateNotYetValidException.java

Print this page

        

@@ -30,10 +30,11 @@
  * the current {@code Date} or the specified {@code Date}
  * is before the {@code notBefore} date/time in the Certificate
  * validity period.
  *
  * @author Hemma Prafullchandra
+ * @since 1.2
  */
 public class CertificateNotYetValidException extends CertificateException {
 
     static final long serialVersionUID = 4355919900041064702L;
 
< prev index next >