blob: 12b197113aa31f9b32509bd8d4cd1d6b49e0d913 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public class IncompatibleThreadStateException extends Exception {
public IncompatibleThreadStateException() { }
public IncompatibleThreadStateException(String arg1) {
super(arg1);
}
}