java.lang
public class: IllegalMonitorStateException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalMonitorStateException
All Implemented Interfaces:
Serializable
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.
Also see:
- java.lang.Object#notify()
- java.lang.Object#notifyAll()
- java.lang.Object#wait()
- java.lang.Object#wait(long)
- java.lang.Object#wait(long, int)
- author:
unascribed -
- since:
JDK1.0 -
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |