src/java.base/share/classes/javax/security/cert/CertificateParsingException.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
    39  *
    39  *
    40  * @since 1.4
    40  * @since 1.4
    41  * @author Hemma Prafullchandra
    41  * @author Hemma Prafullchandra
    42  * @deprecated Use the classes in {@code java.security.cert} instead.
    42  * @deprecated Use the classes in {@code java.security.cert} instead.
    43  */
    43  */
    44 @Deprecated(since="9")
    44 @SuppressWarnings("removal")
       
    45 @Deprecated(since="9", forRemoval=true)
    45 public class CertificateParsingException extends CertificateException {
    46 public class CertificateParsingException extends CertificateException {
    46 
    47 
    47     private static final long serialVersionUID = -8449352422951136229L;
    48     private static final long serialVersionUID = -8449352422951136229L;
    48 
    49 
    49     /**
    50     /**