Package org.codelibs.fess.exception
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:
-
Field Summary
Fields inherited from class org.codelibs.fess.crawler.exception.CrawlingAccessException
DEBUG, ERROR, INFO, WARN -
Constructor Summary
ConstructorsConstructorDescriptionDataStoreCrawlingException(String url, String message, Exception e) DataStoreCrawlingException(String url, String message, Exception e, boolean abort) -
Method Summary
Methods inherited from class org.codelibs.fess.crawler.exception.CrawlingAccessException
isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, setLogLevelMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataStoreCrawlingException
-
DataStoreCrawlingException
-
-
Method Details
-
getUrl
-
aborted
public boolean aborted()
-