InterruptedException | java.lang |
Java 1.0 | serializable checked |
Signals
that the thread has been interrupted.
public class InterruptedException extends Exception {
// Public Constructors
public InterruptedException( );
public InterruptedException(String s);
}
Thrown By
Too many methods to list.
|