Package com.logicaldoc.core.searchengine
Class IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.core.searchengine.IndexException
- All Implemented Interfaces:
Serializable
An error happened during indexing
- Since:
- 8.8.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorDescriptionIndexException
(String message) IndexException
(String message, Throwable cause) IndexException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexException
public IndexException() -
IndexException
-
IndexException
-
IndexException
-