模块  jdk.jdi
软件包  com.sun.jdi

Class IncompatibleThreadStateException

  • 实现的所有接口
    Serializable

    public class IncompatibleThreadStateException
    extends 异常
    抛出此异常表示在指定的线程处于当前状态时无法完成请求的操作。
    从以下版本开始:
    1.3
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • IncompatibleThreadStateException

        public IncompatibleThreadStateException()
      • IncompatibleThreadStateException

        public IncompatibleThreadStateException​(String s)