java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalArgumentException | +--java.lang.IllegalThreadStateException
Untamed: Thrown to indicate that a thread is not in an appropriate state
for the requested operation. See, for example, the
suspend and resume methods in class
Thread.
java.lang.Thread#resume(),
java.lang.Thread#suspend(),
Serialized FormIllegalThreadStateException()
IllegalThreadStateException with no
detail message.
IllegalThreadStateException(String s)
IllegalThreadStateException with the
specified detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public IllegalThreadStateException()
IllegalThreadStateException with no
detail message.
public IllegalThreadStateException(String s)
IllegalThreadStateException with the
specified detail message.
s - the detail message.