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