Documentation  › java.lang  › IllegalMonitorStateException
 
 


  IllegalMonitorStateException
  public

  Inherits From:   RuntimeException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
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.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
IllegalMonitorStateException
public IllegalMonitorStateException( )

Constructs an IllegalMonitorStateException with no detail message.


IllegalMonitorStateException
public IllegalMonitorStateException( String s )

Constructs an IllegalMonitorStateException with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05