Serializable
public class InterruptedExceptionextends 异常
if (Thread.interrupted()) // Clears interrupted status! throw new InterruptedException();
Object.wait()
Object.wait(long)
Object.wait(long, int)
Thread.sleep(long)
Thread.interrupt()
Thread.interrupted()
InterruptedException()
InterruptedException
InterruptedException(String s)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public InterruptedException()
public InterruptedException(String s)
s