Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 233
نمايش فراداده

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.