org.apache.manifoldcf.crawler.connectors.webcrawler
Class ThrottledFetcher.WaitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.manifoldcf.crawler.connectors.webcrawler.ThrottledFetcher.WaitException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ThrottledFetcher

protected static class ThrottledFetcher.WaitException
extends java.lang.Exception

Wait exception class

See Also:
Serialized Form

Field Summary
protected  long amt
           
 
Constructor Summary
ThrottledFetcher.WaitException(long amt)
           
 
Method Summary
 long getWaitAmount()
           
 
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
 

Field Detail

amt

protected long amt
Constructor Detail

ThrottledFetcher.WaitException

public ThrottledFetcher.WaitException(long amt)
Method Detail

getWaitAmount

public long getWaitAmount()