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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataInconsistencyInsightException
(String message) Constructs a InsightException with a nested exception.DataInconsistencyInsightException
(String message, Exception cause) Constructs a InsightException with the specified detail message. -
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
-
DataInconsistencyInsightException
Constructs a InsightException with a nested exception.- Parameters:
message
- - A describing message. Typically a message which a system adminitrator would understand.
-
DataInconsistencyInsightException
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
-