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

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

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

Pool exception class

See Also:
Serialized Form

Constructor Summary
ThrottledFetcher.PoolException(java.lang.String message)
           
 
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

ThrottledFetcher.PoolException

public ThrottledFetcher.PoolException(java.lang.String message)