jdk/src/share/classes/com/sun/jdi/IncompatibleThreadStateException.java
changeset 11277 e3a1c90dd439
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
11276:6a7de6dddc18 11277:e3a1c90dd439
    32  * @author Gordon Hirsch
    32  * @author Gordon Hirsch
    33  * @since  1.3
    33  * @since  1.3
    34  */
    34  */
    35 public class IncompatibleThreadStateException extends Exception
    35 public class IncompatibleThreadStateException extends Exception
    36 {
    36 {
       
    37     private static final long serialVersionUID = 6199174323414551389L;
    37     public IncompatibleThreadStateException()
    38     public IncompatibleThreadStateException()
    38     {
    39     {
    39         super();
    40         super();
    40     }
    41     }
    41 
    42