jdk/src/share/classes/javax/security/cert/CertificateParsingException.java
changeset 18830 90956ead732f
parent 10709 d865c9f21240
equal deleted inserted replaced
18829:ec84f0c313b0 18830:90956ead732f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, 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
    29 /**
    29 /**
    30  * Certificate Parsing Exception. This is thrown whenever
    30  * Certificate Parsing Exception. This is thrown whenever
    31  * invalid DER encoded certificate is parsed or unsupported DER features
    31  * invalid DER encoded certificate is parsed or unsupported DER features
    32  * are found in the Certificate.
    32  * are found in the Certificate.
    33  *
    33  *
    34  * <p><em>Note: The classes in the package <code>javax.security.cert</code>
    34  * <p><em>Note: The classes in the package {@code javax.security.cert}
    35  * exist for compatibility with earlier versions of the
    35  * exist for compatibility with earlier versions of the
    36  * Java Secure Sockets Extension (JSSE). New applications should instead
    36  * Java Secure Sockets Extension (JSSE). New applications should instead
    37  * use the standard Java SE certificate classes located in
    37  * use the standard Java SE certificate classes located in
    38  * <code>java.security.cert</code>.</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  */
    42  */
    43 public class CertificateParsingException extends CertificateException {
    43 public class CertificateParsingException extends CertificateException {