Class DataInconsistencyInsightException

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

@PublicApi public class DataInconsistencyInsightException extends InsightException
See Also:
  • Constructor Details

    • DataInconsistencyInsightException

      public DataInconsistencyInsightException(String message)
      Constructs a InsightException with a nested exception.
      Parameters:
      message - - A describing message. Typically a message which a system adminitrator would understand.
    • DataInconsistencyInsightException

      public DataInconsistencyInsightException(String message, Exception cause)
      Constructs a InsightException with the specified detail message.
      Parameters:
      message - - A describing message. Typically a message which a system adminitrator would understand.
      cause - - The original/nested exception