/**@class java.lang.IllegalThreadStateException
@extends java.lang.IllegalArgumentException
Thrown when an operation is attempted which is not possible given the state
that the executing thread is in.
*/
var IllegalThreadStateException = {
};