Class java.lang.IllegalStateException (1.1)


public class IllegalStateException extends RuntimeException {
  // Public Constructors
    public IllegalStateException( );
    public IllegalStateException(String s);
}