模块  java.base
软件包  java.lang

Class InterruptedException

    • 构造方法详细信息

      • InterruptedException

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

        public InterruptedException​(String s)
        使用指定的详细消息构造 InterruptedException
        参数
        s - 详细信息。