java.lang
Class IllegalMonitorStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalMonitorStateException

public class IllegalMonitorStateException
extends RuntimeException

Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.

In the current JControl implementation of the JControl VM catching the IllegalMonitorStateException is not possible.

Since:
JDK1.0
See Also:
Object.notifyAll(), Object.wait()

Constructor Summary
IllegalMonitorStateException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, notifyAll, toString, wait
 

Constructor Detail

IllegalMonitorStateException

public IllegalMonitorStateException()