1 *java.lang.IllegalThreadStateException* *IllegalThreadStateException* Thrown to
3 public class IllegalThreadStateException
4 extends |java.lang.IllegalArgumentException|
6 |java.lang.IllegalThreadStateException_Description|
7 |java.lang.IllegalThreadStateException_Fields|
8 |java.lang.IllegalThreadStateException_Constructors|
9 |java.lang.IllegalThreadStateException_Methods|
11 ================================================================================
13 *java.lang.IllegalThreadStateException_Constructors*
14 |java.lang.IllegalThreadStateException()|Constructs an IllegalThreadStateExcept
15 |java.lang.IllegalThreadStateException(String)|Constructs an IllegalThreadState
17 *java.lang.IllegalThreadStateException_Description*
19 Thrown to indicate that a thread is not in an appropriate state for the
20 requested operation. See, for example, the suspend and resume methods in class
25 *java.lang.IllegalThreadStateException()*
27 public IllegalThreadStateException()
29 Constructs an IllegalThreadStateException with no detail message.
32 *java.lang.IllegalThreadStateException(String)*
34 public IllegalThreadStateException(java.lang.String s)
36 Constructs an IllegalThreadStateException with the specified detail message.
38 s - the detail message.