new MyException("this is an intentional runtime exception"));
}
public void forceStaleSession(IRequestCycle cycle) throws RequestCycleException {
log.warn("throwing stale session exception");
throw new StaleSessionException("The session has expired", getPage());
}