jdk/src/jdk.jdi/share/classes/com/sun/jdi/IncompatibleThreadStateException.java
changeset 34894 3248b89d1921
parent 25859 3317bb8137f4
child 45564 0149773a140c
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    30  * completed while the specified thread is in its current state.
    30  * completed while the specified thread is in its current state.
    31  *
    31  *
    32  * @author Gordon Hirsch
    32  * @author Gordon Hirsch
    33  * @since  1.3
    33  * @since  1.3
    34  */
    34  */
    35 @jdk.Exported
       
    36 public class IncompatibleThreadStateException extends Exception {
    35 public class IncompatibleThreadStateException extends Exception {
    37     private static final long serialVersionUID = 6199174323414551389L;
    36     private static final long serialVersionUID = 6199174323414551389L;
    38 
    37 
    39     public IncompatibleThreadStateException() {
    38     public IncompatibleThreadStateException() {
    40         super();
    39         super();