Java In A Nutshell, 5th Edition

InterruptedException java.lang

Java 1.0 serializable 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.

Категории