Module  java.base
软件包  java.lang

Class IllegalThreadStateException

    • 构造方法详细信息

      • IllegalThreadStateException

        public IllegalThreadStateException​()
        构造一个没有详细消息的 IllegalThreadStateException
      • IllegalThreadStateException

        public IllegalThreadStateException​(String s)
        构造具有指定详细消息的 IllegalThreadStateException
        参数
        s - 详细信息。