jdk/src/java.base/share/classes/javax/security/cert/CertificateParsingException.java
changeset 43541 9aeb1de77a63
parent 39562 672b948cb355
equal deleted inserted replaced
43540:3b6ae4a56de2 43541:9aeb1de77a63
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, 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
    38  * {@code java.security.cert}.</em></p>
    38  * {@code java.security.cert}.</em></p>
    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  *      This class is subject to removal in a future version of Java SE.
       
    44  */
    43  */
    45 @Deprecated(since="9", forRemoval=true)
    44 @Deprecated(since="9")
    46 public class CertificateParsingException extends CertificateException {
    45 public class CertificateParsingException extends CertificateException {
    47 
    46 
    48     private static final long serialVersionUID = -8449352422951136229L;
    47     private static final long serialVersionUID = -8449352422951136229L;
    49 
    48 
    50     /**
    49     /**