if(getLiveWebGone()) {
throw new RobotNotAvailableException("The URL " + requestUrl +
" is blocked by the sites robots.txt file");
}
if(isSawRobots() && !isPassedRobots()) {
throw new RobotAccessControlException("The URL " + requestUrl +
" is blocked by the sites robots.txt file");
}
if(isSawAdministrative() && !isPassedAdministrative()) {
throw new AdministrativeAccessControlException(requestUrl +
" is not available in the Wayback Machine.");