Uses of Class
com.endeca.itl.cas.api.ItlException

Packages that use ItlException
com.endeca.itl.cas.api   
 

Uses of ItlException in com.endeca.itl.cas.api
 

Subclasses of ItlException in com.endeca.itl.cas.api
 class CrawlAlreadyExistsException
          An exception thrown when a crawl is unexpectedly already present on the server.
 class CrawlInProgressException
          An exception thrown when a crawl is unexpectedly running.
 class CrawlNotFoundException
          An exception thrown when a crawl is unexpectedly not found on the server.
 class InvalidCrawlConfigException
          An exception thrown when a crawl's configuration contains invalid content.
 class ModuleNotFoundException
          An exception thrown when a module is unexpectedly not found.
 

Methods in com.endeca.itl.cas.api that throw ItlException
 void CasCrawler.deleteCrawl(CrawlId crawlId)
          Deletes a crawl from the server.
 void CasCrawler.startCrawl(CrawlId crawlId, CrawlMode crawlMode)
          Starts a particular crawl.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.