java.lang
Class InterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.InterruptedException
public class InterruptedException
- extends Exception
Thrown when a thread is waiting, sleeping, or otherwise paused for
a long time and another thread interrupts it using the
interrupt
method in class Thread
.
- Since:
- JDK1.0
- Version:
- 1.13, 12/03/01
- Author:
- Frank Yellin, Helge Böhme (JControl)
- See Also:
Object.wait()
,
ThreadExt.sleep(int)
,
Thread.interrupt()
,
Thread.interrupted()
- Available on JControl Devices:
InterruptedException
public InterruptedException()