January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.InterruptedException
This exception is identical to its J2SE counterpart. It is thrown when a thread has been interrupted.
public classInterruptedExceptionextends java.lang.Exception { // constructors publicInterruptedException(); publicInterruptedException(String s); }
Read now
Unlock full access