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
Version:
1.10, 12/03/01
Author:
unascribed, Helge Böhme (JControl)
See Also:
Object.notifyAll(), Object.wait()
Available on JControl Devices:
all

Constructor Summary
IllegalMonitorStateException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, notifyAll, wait
 

Constructor Detail

IllegalMonitorStateException

public IllegalMonitorStateException()