Class DataStoreCrawlingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.crawler.exception.CrawlerSystemException
org.codelibs.fess.crawler.exception.CrawlingAccessException
org.codelibs.fess.exception.DataStoreCrawlingException
All Implemented Interfaces:
Serializable

public class DataStoreCrawlingException extends org.codelibs.fess.crawler.exception.CrawlingAccessException
See Also:
  • Constructor Details

    • DataStoreCrawlingException

      public DataStoreCrawlingException(String url, String message, Exception e)
    • DataStoreCrawlingException

      public DataStoreCrawlingException(String url, String message, Exception e, boolean abort)
  • Method Details

    • getUrl

      public String getUrl()
    • aborted

      public boolean aborted()