Team LiB
Previous Section Next Section

InterruptedExceptionjava.lang

Java 1.0serializable checked

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);  
}

Thrown By

Too many methods to list.

    Team LiB
    Previous Section Next Section