Package org.archive.wayback.exception

Examples of org.archive.wayback.exception.RobotTimedOutAccessControlException


  public void annotateResults(SearchResults results)
      throws AccessControlException, ResourceNotInArchiveException,
      RobotNotAvailableException {
    if(getRobotTimedOut()) {
      throw new RobotTimedOutAccessControlException("Unable to check" +
          " robots.txt for " + requestUrl);
    }
    if(getLiveWebGone()) {
      throw new RobotNotAvailableException("The URL " + requestUrl +
      " is blocked by the sites robots.txt file");
View Full Code Here

TOP

Related Classes of org.archive.wayback.exception.RobotTimedOutAccessControlException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.