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