public class InterruptedException extends Exception
interrupt method of class Thread.| Constructor and Description |
|---|
InterruptedException()
Create an exception without a message.
|
InterruptedException(String s)
Create an exception with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InterruptedException()
public InterruptedException(String s)
s - the message