Class DataStoreCrawlingException

  • All Implemented Interfaces:
    Serializable

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

      • DataStoreCrawlingException

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

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

      • getUrl

        public String getUrl()
      • aborted

        public boolean aborted()