|
|
IllegalMonitorStateException
public IllegalMonitorStateException(
)
Constructs an IllegalMonitorStateException with no
detail message.
IllegalMonitorStateException
public IllegalMonitorStateException(
String s
)
Constructs an IllegalMonitorStateException with the
specified detail message.
|