1 package jester;2 3 public class SourceChangeException extends Exception {4 public SourceChangeException() {5 super();6 }7 public SourceChangeException(String s) {8 super(s);9 }10 }