java.lang
public class IllegalMonitorStateException extends RuntimeException
void m() {
notify();
}
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| IllegalMonitorStateException()
Create an exception without a message. | |
| IllegalMonitorStateException(String s)
Create an exception with a message.
| |
Parameters: s the message