src/java.base/share/classes/javax/security/cert/CertificateException.java
changeset 54099 fd332722014c
parent 47216 71c04702a3d5
child 57950 4612a3cfb927
equal deleted inserted replaced
54098:6f75811126c3 54099:fd332722014c
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 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
    38  * @author Hemma Prafullchandra
    38  * @author Hemma Prafullchandra
    39  * @since 1.4
    39  * @since 1.4
    40  * @see Certificate
    40  * @see Certificate
    41  * @deprecated Use the classes in {@code java.security.cert} instead.
    41  * @deprecated Use the classes in {@code java.security.cert} instead.
    42  */
    42  */
    43 @Deprecated(since="9")
    43 @Deprecated(since="9", forRemoval=true)
    44 public class CertificateException extends Exception {
    44 public class CertificateException extends Exception {
    45 
    45 
    46     private static final long serialVersionUID = -5757213374030785290L;
    46     private static final long serialVersionUID = -5757213374030785290L;
    47     /**
    47     /**
    48      * Constructs a certificate exception with no detail message. A detail
    48      * Constructs a certificate exception with no detail message. A detail