1 public class TestException extends RuntimeException
2 {
3 public TestException(String message) { super(message); }
4 }