March 2005
Intermediate to advanced
1254 pages
104h 21m
English
InterruptedException
Signals that the thread has been interrupted.
Figure 10-37. java.lang.InterruptedException
public class InterruptedException extends Exception { // Public Constructors public InterruptedException( ); public InterruptedException(String s); }
Too many methods to list.