java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalMonitorStateException
Untamed: 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.
java.lang.Object#notify(),
java.lang.Object#notifyAll(),
java.lang.Object#wait(),
java.lang.Object#wait(long),
java.lang.Object#wait(long, int),
Serialized FormIllegalMonitorStateException()
IllegalMonitorStateException with no
detail message.
IllegalMonitorStateException(String s)
IllegalMonitorStateException with the
specified detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public IllegalMonitorStateException()
IllegalMonitorStateException with no
detail message.
public IllegalMonitorStateException(String s)
IllegalMonitorStateException with the
specified detail message.
s - the detail message.