throw new StaleSessionException("The session has expired", getPage());
}
public void forceStaleLink(IRequestCycle cycle) throws RequestCycleException {
log.warn("throwing stale link exception");
throw new StaleLinkException("This link is STALE!", this);
}