119120121122123124125126127128
} catch(FinderException fe) { throw new NoSuchObjectLocalException("timer no longer exists", fe); } if (nextTimeout == null) { throw new NoMoreTimeoutsException(); } return nextTimeout; }