January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.IllegalThreadStateException
This exception is identical to its J2SE counterpart. It is thrown when illegal transitions are requested on a thread that is not in the appropriate state.
public classIllegalThreadStateExceptionextends java.lang.IllegalArgumentException { // constructors publicIllegalThreadStateException(); publicIllegalThreadStateException(String s); }
Read now
Unlock full access