jdk/src/share/classes/javax/security/cert/CertificateNotYetValidException.java
changeset 10709 d865c9f21240
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
10708:f255532bf336 10709:d865c9f21240
    41  * @since 1.4
    41  * @since 1.4
    42  * @author Hemma Prafullchandra
    42  * @author Hemma Prafullchandra
    43  */
    43  */
    44 public class CertificateNotYetValidException extends CertificateException {
    44 public class CertificateNotYetValidException extends CertificateException {
    45 
    45 
       
    46     private static final long serialVersionUID = -8976172474266822818L;
    46     /**
    47     /**
    47      * Constructs a CertificateNotYetValidException with no detail message. A
    48      * Constructs a CertificateNotYetValidException with no detail message. A
    48      * detail message is a String that describes this particular
    49      * detail message is a String that describes this particular
    49      * exception.
    50      * exception.
    50      */
    51      */