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