java.lang
public class IllegalThreadStateException extends IllegalArgumentException
Thread.suspend
or Thread.resume
, but these
two methods are deprecated, this exception is likely very rare.
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
IllegalThreadStateException()
Create an exception without a message. | |
IllegalThreadStateException(String s)
Create an exception with a message.
|
Parameters: s the message