Class IllegalStateInsightException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.IllegalStateInsightException
All Implemented Interfaces:
Serializable

@PublicApi public class IllegalStateInsightException extends InsightException
Something is in an illegal state
See Also:
  • Constructor Details

    • IllegalStateInsightException

      public IllegalStateInsightException(String message)
    • IllegalStateInsightException

      public IllegalStateInsightException(Exception cause)
    • IllegalStateInsightException

      public IllegalStateInsightException(String message, Exception cause)