Package java.lang
Class IllegalMonitorStateException

Public Constructor IllegalMonitorStateException

IllegalMonitorStateException()

IllegalMonitorStateException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor IllegalMonitorStateException():

Constructs an IllegalMonitorStateException with no detail message.

constructor IllegalMonitorStateException(String s):

Constructs an IllegalMonitorStateException with the specified detail message.