Class InsightLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.PermissionInsightException
com.riadalabs.jira.plugins.insight.common.exception.InsightLockedException
- All Implemented Interfaces:
Serializable
The InsightLockedException to throw when an action was prevented during reindex.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.riadalabs.jira.plugins.insight.common.exception.InsightException
getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InsightLockedException
Constructor.- Parameters:
msg
- - Description of what's caused the Exception
-