| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalMonitorStateException
IllegalMonitorStateException | public class IllegalMonitorStateException extends RuntimeException (Code) | | This runtime exception is thrown when a monitor operation is attempted when
the monitor is not in the correct state, for example when a thread attempts
to exit a monitor which it did not own.
|
IllegalMonitorStateException | public IllegalMonitorStateException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
IllegalMonitorStateException | public IllegalMonitorStateException(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
|
|
|