Packages This Package Prev Next Index
public class java.lang.InterruptedException extends java.lang.Exception (I-§1.30) { // Constructors public InterruptedException(); §1.37.1 public InterruptedException(String s); §1.37.2 }Thrown when a thread is waiting (I-§1.12.10-§1.12.12), sleeping (I-§1.19.34), or otherwise paused for a long time and another thread interrupts it using the interrupt method (I-§1.19.21) in class Thread.
public InterruptedException()
public InterruptedException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)