jdk/src/share/classes/java/lang/LinkageError.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
    34  * @author  Frank Yellin
    34  * @author  Frank Yellin
    35  * @since   JDK1.0
    35  * @since   JDK1.0
    36  */
    36  */
    37 public
    37 public
    38 class LinkageError extends Error {
    38 class LinkageError extends Error {
       
    39     private static final long serialVersionUID = 3579600108157160122L;
       
    40 
    39     /**
    41     /**
    40      * Constructs a <code>LinkageError</code> with no detail message.
    42      * Constructs a <code>LinkageError</code> with no detail message.
    41      */
    43      */
    42     public LinkageError() {
    44     public LinkageError() {
    43         super();
    45         super();