IllegalThreadStateExceptionNameIllegalThreadStateExceptionSynopsis
DescriptionAn IllegalThreadStateException is thrown to indicate an attempt to perform an operation on a thread that is not legal for the thread's current state, such as attempting to resume a dead thread. Class Summary
public class java.lang.IllegalThreadStateException extends java.lang.IllegalArgumentException { // Constructors public IllegalThreadStateException(); public IllegalThreadStateException(String s); } ConstructorsIllegalThreadStateExceptionpublic IllegalThreadStateException()
public IllegalThreadStateException(String s)
Inherited Methods
See AlsoException, IllegalArgumentException, RuntimeException, Thread, Throwable |
|