Java in a Nutshell Online Quick Reference for Java 1.1
CLASS java.lang.IllegalStateException
Availability: JDK 1.1
public class IllegalStateException extends RuntimeException {
// Public Constructors
public IllegalStateException();
public IllegalStateException(Strings);
}