jdk/src/share/classes/javax/security/cert/CertificateEncodingException.java
changeset 10709 d865c9f21240
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
10708:f255532bf336 10709:d865c9f21240
    39  * @since 1.4
    39  * @since 1.4
    40  * @author Hemma Prafullchandra
    40  * @author Hemma Prafullchandra
    41  */
    41  */
    42 public class CertificateEncodingException extends CertificateException {
    42 public class CertificateEncodingException extends CertificateException {
    43 
    43 
       
    44     private static final long serialVersionUID = -8187642723048403470L;
    44     /**
    45     /**
    45      * Constructs a CertificateEncodingException with no detail message. A
    46      * Constructs a CertificateEncodingException with no detail message. A
    46      * detail message is a String that describes this particular
    47      * detail message is a String that describes this particular
    47      * exception.
    48      * exception.
    48      */
    49      */