java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalMonitorStateException
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.
Object.notify(),
Object.notifyAll(),
Object.wait(),
Object.wait(long),
Object.wait(long, int), Serialized Form
| Constructor Summary | |
IllegalMonitorStateException
copy-> new IllegalMonitorStateException()copy-> <IllegalMonitorStateException var> = new IllegalMonitorStateException();
|
|
IllegalMonitorStateException
copy-> new IllegalMonitorStateException( )copy-> <IllegalMonitorStateException var> = new IllegalMonitorStateException(<String s>);
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |