< prev index next >

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

Print this page

        

@@ -30,10 +30,11 @@
  * {@code Date} or the specified {@code Date} is after the
  * {@code notAfter} date/time specified in the validity period
  * of the certificate.
  *
  * @author Hemma Prafullchandra
+ * @since 1.2
  */
 public class CertificateExpiredException extends CertificateException {
 
     private static final long serialVersionUID = 9071001339691533771L;
 
< prev index next >