Class IndexAnalyzerGeneralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.plugins.indexanalyzer.api.IndexAnalyzerGeneralException
- All Implemented Interfaces:
Serializable
A general exception which can occur during index analysis.
- Since:
- v8.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexAnalyzerGeneralException
(String description, Exception sourceException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexAnalyzerGeneralException
-