java.io.Serializable
public class IllegalThreadStateException extends IllegalArgumentException
suspend
and resume
methods in class
Thread
.Thread.resume()
,
Thread.suspend()
,
Serialized FormConstructor | Description |
---|---|
IllegalThreadStateException() |
Constructs an
IllegalThreadStateException with no
detail message. |
IllegalThreadStateException(String s) |
Constructs an
IllegalThreadStateException with the
specified detail message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalThreadStateException()
IllegalThreadStateException
with no
detail message.public IllegalThreadStateException(String s)
IllegalThreadStateException
with the
specified detail message.s
- the detail message.