java.lang
Class IllegalMonitorStateException

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

public class IllegalMonitorStateException
extends RuntimeException


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

Constructor Detail

IllegalMonitorStateException

public IllegalMonitorStateException()