src/java.base/share/classes/javax/security/cert/CertificateNotYetValidException.java
changeset 54099 fd332722014c
parent 47216 71c04702a3d5
child 57950 4612a3cfb927
equal deleted inserted replaced
54098:6f75811126c3 54099:fd332722014c
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    40  *
    40  *
    41  * @since 1.4
    41  * @since 1.4
    42  * @author Hemma Prafullchandra
    42  * @author Hemma Prafullchandra
    43  * @deprecated Use the classes in {@code java.security.cert} instead.
    43  * @deprecated Use the classes in {@code java.security.cert} instead.
    44  */
    44  */
    45 @Deprecated(since="9")
    45 @SuppressWarnings("removal")
       
    46 @Deprecated(since="9", forRemoval=true)
    46 public class CertificateNotYetValidException extends CertificateException {
    47 public class CertificateNotYetValidException extends CertificateException {
    47 
    48 
    48     private static final long serialVersionUID = -8976172474266822818L;
    49     private static final long serialVersionUID = -8976172474266822818L;
    49     /**
    50     /**
    50      * Constructs a CertificateNotYetValidException with no detail message. A
    51      * Constructs a CertificateNotYetValidException with no detail message. A