Uses of Enum Class
com.riadalabs.jira.plugins.insight.common.exception.InsightProgressIllegalStateException.STATE
Packages that use InsightProgressIllegalStateException.STATE
-
Uses of InsightProgressIllegalStateException.STATE in com.riadalabs.jira.plugins.insight.common.exception
Methods in com.riadalabs.jira.plugins.insight.common.exception that return InsightProgressIllegalStateException.STATEModifier and TypeMethodDescriptionInsightProgressIllegalStateException.getState()
Returns the enum constant of this class with the specified name.InsightProgressIllegalStateException.STATE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.riadalabs.jira.plugins.insight.common.exception with parameters of type InsightProgressIllegalStateException.STATEModifierConstructorDescriptionInsightProgressIllegalStateException
(String message, InsightProgressIllegalStateException.STATE state) InsightProgressIllegalStateException
(String message, Exception cause, InsightProgressIllegalStateException.STATE state)