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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataStoreCrawlingException(String url, String message, Exception e)DataStoreCrawlingException(String url, String message, Exception e, boolean abort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaborted()StringgetUrl()-
Methods inherited from class org.codelibs.fess.crawler.exception.CrawlingAccessException
isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, setLogLevel
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
aborted
public boolean aborted()
-
-