public class ReppuPoikkeus extends Exception {
    public ReppuPoikkeus(String syy) {
	super(syy);
    }
}
