public class ScheduleException extends Exception { public ScheduleException(String str) { super(str); } // ScheduleException } // class ScheduleException