January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.IllegalMonitorStateException
This exception is identical to its J2SE counterpart. It indicates that an illegal monitor state has occurred in a thread that is itself either waiting or attempting to notify a waiting thread.
public classIllegalMonitorStateExceptionextends java.lang.RuntimeException { // constructors publicIllegalMonitorStateException(); publicIllegalMonitorStateException(String s); }
Read now
Unlock full access