@PublicApi public class DataInconsistencyInsightException extends InsightException
| Constructor and Description |
|---|
DataInconsistencyInsightException(String message)
Constructs a InsightException with a nested exception.
|
DataInconsistencyInsightException(String message,
Exception cause)
Constructs a InsightException with the specified detail message.
|
getMessage, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DataInconsistencyInsightException(String message)
message - - A describing message. Typically a message which a system adminitrator would understand.public DataInconsistencyInsightException(String message, Exception cause)
message - - A describing message. Typically a message which a system adminitrator would understand.cause - - The original/nested exceptionCopyright © 2024 Atlassian. All rights reserved.