java.lang.IllegalThreadStateException (JDK 1.0)
Signals that a thread is not in the appropriate state for an attempted operation to succeed.
public classIllegalThreadStateExceptionextends IllegalArgumentException { //Public ConstructorspublicIllegalThreadStateException(); publicIllegalThreadStateException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->RuntimeException-> IllegalArgumentException->IllegalThreadStateException