Packages This Package Prev Next Index
public class java.lang.IllegalMonitorStateException extends java.lang.RuntimeException (I-§1.42) { // Constructors public IllegalMonitorStateException(); §1.33.1 public IllegalMonitorStateException(String s); §1.33.2 }Thrown to indicate that a thread has attempted to wait on an object's monitor (I-§1.12.10- §1.12.12) or to notify other threads waiting on an object's monitor (I-§1.12.7, §1.12.8) without owning the specified monitor.
public IllegalMonitorStateException()
public IllegalMonitorStateException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)