jdk/src/share/classes/java/lang/CloneNotSupportedException.java
changeset 1320 2412b1562801
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
687:874e25a9844a 1320:2412b1562801
     1 /*
     1 /*
     2  * Copyright 1995-1997 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1995-2008 Sun Microsystems, Inc.  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.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    41  * @since   JDK1.0
    41  * @since   JDK1.0
    42  */
    42  */
    43 
    43 
    44 public
    44 public
    45 class CloneNotSupportedException extends Exception {
    45 class CloneNotSupportedException extends Exception {
       
    46     private static final long serialVersionUID = 5195511250079656443L;
       
    47 
    46     /**
    48     /**
    47      * Constructs a <code>CloneNotSupportedException</code> with no
    49      * Constructs a <code>CloneNotSupportedException</code> with no
    48      * detail message.
    50      * detail message.
    49      */
    51      */
    50     public CloneNotSupportedException() {
    52     public CloneNotSupportedException() {