7879808182838485868788
if (timeElapsed <= 0) { // System.out.println("Start"); session.setAttribute("timeA", new Date().getTime()); } else { throw new TimeException(timeElapsed); // System.out.println("Wait for " + timeToWait + " seconds."); } } }