Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CasCrawler.deleteCrawl(CrawlId crawlId)
Deletes a crawl from the server.
|
void |
CasCrawler.startCrawl(CrawlId crawlId,
CrawlMode crawlMode)
Starts a particular crawl.
|
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.