- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.jdi.IncompatibleThreadStateException
-
- 实现的所有接口
-
Serializable
public class IncompatibleThreadStateException extends 异常
抛出此异常表示在指定的线程处于当前状态时无法完成请求的操作。- 从以下版本开始:
- 1.3
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 IncompatibleThreadStateException()
IncompatibleThreadStateException(String s)
-
方法摘要
-
-
-
构造方法详细信息
-
IncompatibleThreadStateException
public IncompatibleThreadStateException()
-
IncompatibleThreadStateException
public IncompatibleThreadStateException(String s)
-
-