Class ReportEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.optimize.service.exceptions.OptimizeRuntimeException
io.camunda.optimize.service.exceptions.evaluation.ReportEvaluationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TooManyBucketsException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReportEvaluationException(AuthorizedReportDefinitionResponseDto reportDefinition, Exception e) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetReportDefinition(AuthorizedReportDefinitionResponseDto reportDefinition) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reportDefinition
-
-
Constructor Details
-
ReportEvaluationException
public ReportEvaluationException() -
ReportEvaluationException
public ReportEvaluationException(AuthorizedReportDefinitionResponseDto reportDefinition, Exception e)
-
-
Method Details
-
getReportDefinition
-
setReportDefinition
-
getErrorCode
- Overrides:
getErrorCodein classOptimizeRuntimeException
-