IllegalMonitorStateException.IllegalMonitorStateException
Class Overview | Class Members |
This Package |
All Packages
public IllegalMonitorStateException()
Description
Constructs an IllegalMonitorStateException with no
detail message.
public IllegalMonitorStateException( String s )
Parameters
- s
- the detail message.
Description
Constructs an IllegalMonitorStateException with the
specified detail message.