java.lang.InterruptedException (JDK 1.0)
Signals that the thread has been interrupted.
public classInterruptedExceptionextends Exception { //Public ConstructorspublicInterruptedException(); publicInterruptedException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->InterruptedException
Thrown By:
EventQueue.getNextEvent(), MediaTracker.waitForAll(), MediaTracker.waitForID(), Object.wait(), PixelGrabber.grabPixels(), Process.waitFor(), Thread.join(), Thread.sleep()