public class IllegalThreadStateException extends IllegalArgumentException
suspend and
resume methods in class
Thread.
Thread.resume() ,
Thread.suspend() ,
Serialized Form
| Constructor and Description |
|---|
IllegalThreadStateException()
Constructs an
IllegalThreadStateException with no detail message.
|
IllegalThreadStateException(String
Constructs an
IllegalThreadStateException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalThreadStateException()
IllegalThreadStateException with no detail message.
public IllegalThreadStateException(Strings)
IllegalThreadStateException with the specified detail message.
s - the detail message.