java.lang.InterruptedException: sleep interrupted

Thread.sleep(3000)的过程中,线程被中断了。

java.lang.InterruptedException: sleep interrupted
    at java.lang.Thread.sleep(Native Method)
    at com.***.MonitorThread.run(MonitorThread.java:88)

猜你喜欢

转载自blog.csdn.net/x18094/article/details/106017905