/**@class java.lang.IllegalMonitorStateException
@extends java.lang.RuntimeException
Thrown when a monitor operation is attempted when the monitor is not in the
correct state, for example when a thread attempts to exit a monitor which it
does not own.
*/
var IllegalMonitorStateException = {
};