What is an InterruptedException in Java?
问题 I have seen many times in my code that I get an Interrupted Exception. What is that, and how do I fix it? 回答1: Since I don't know how much you know about Java, how java works exactly and what's concurrency, I'll try to explain as much as possible with nearly no background information needed. At first we're going to take a look at Oracle's documentation of the InterruptedException. Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or