java.lang.InterruptedException
if (Thread.interrupted()) // Clears interrupted status!
throw new InterruptedException();
| Constructor Summary | ||
| InterruptedException() Constructs an InterruptedException with no detail message. |
||
| InterruptedException(String s) Constructs an InterruptedException with the
specified detail message. |
| Methods inherited from class java.lang.Throwable |
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterruptedException with no detail message.InterruptedException with the
specified detail message.