Class JiraServiceInsightException

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

@PublicApi public class JiraServiceInsightException extends RuntimeException
Since:
3.1.1
Author:
Fredrik Karbing
See Also:
  • Constructor Details

    • JiraServiceInsightException

      public JiraServiceInsightException(String message, Exception cause)
      Constructs a JiraServiceInsightException.
    • JiraServiceInsightException

      public JiraServiceInsightException(Exception cause)