Signals that the thread has been interrupted.
public class InterruptedException extends Exception {
// Public Constructors
public InterruptedException();
public InterruptedException(String s);
}
Object->Throwable(Serializable)->Exception->InterruptedException
EventQueue.getNextEvent(), MediaTracker.waitForAll(), MediaTracker.waitForID(), Object.wait(), PixelGrabber.grabPixels(), Process.waitFor(), Thread.join(), Thread.sleep()