org.archive.crawler.framework.exceptions
Class EndedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archive.crawler.framework.exceptions.EndedException
All Implemented Interfaces:
java.io.Serializable

public class EndedException
extends java.lang.Exception

Indicates a crawl has ended, either due to operator termination, frontier exhaustion, or any other reason.

Author:
gojomo
See Also:
Serialized Form

Constructor Summary
EndedException(java.lang.String message)
          Constructs a new EndedException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndedException

public EndedException(java.lang.String message)
Constructs a new EndedException.

Parameters:
message - describes why the crawl ended


Copyright © 2003-2011 Internet Archive. All Rights Reserved.