Class InsightProgressIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.InsightProgressIllegalStateException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInsightProgressIllegalStateException
(String message, InsightProgressIllegalStateException.STATE state) InsightProgressIllegalStateException
(String message, Exception cause, InsightProgressIllegalStateException.STATE state) -
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
-
InsightProgressIllegalStateException
public InsightProgressIllegalStateException(String message, InsightProgressIllegalStateException.STATE state) -
InsightProgressIllegalStateException
public InsightProgressIllegalStateException(String message, Exception cause, InsightProgressIllegalStateException.STATE state)
-
-
Method Details
-
getState
-