java.lang
public class InterruptedException extends Exception
interrupt method of class Thread.
See Also: wait Object Object Thread interrupt interrupted
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| InterruptedException()
Create an exception without a message. | |
| InterruptedException(String s)
Create an exception with a message.
| |
Parameters: s the message