jdk/src/share/classes/java/lang/IllegalThreadStateException.java
changeset 1320 2412b1562801
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
687:874e25a9844a 1320:2412b1562801
     1 /*
     1 /*
     2  * Copyright 1994-1997 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1994-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
    35  * @see     java.lang.Thread#resume()
    35  * @see     java.lang.Thread#resume()
    36  * @see     java.lang.Thread#suspend()
    36  * @see     java.lang.Thread#suspend()
    37  * @since   JDK1.0
    37  * @since   JDK1.0
    38  */
    38  */
    39 public class IllegalThreadStateException extends IllegalArgumentException {
    39 public class IllegalThreadStateException extends IllegalArgumentException {
       
    40     private static final long serialVersionUID = -7626246362397460174L;
       
    41 
    40     /**
    42     /**
    41      * Constructs an <code>IllegalThreadStateException</code> with no
    43      * Constructs an <code>IllegalThreadStateException</code> with no
    42      * detail message.
    44      * detail message.
    43      */
    45      */
    44     public IllegalThreadStateException() {
    46     public IllegalThreadStateException() {