blob: 802db73aa31185eae7e95a8ebed62986bedc2059 [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);
}
}