Class TooManyBucketsException
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
io.camunda.optimize.service.exceptions.evaluation.TooManyBucketsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class io.camunda.optimize.service.exceptions.evaluation.ReportEvaluationException
reportDefinition -
Constructor Summary
ConstructorsConstructorDescriptionTooManyBucketsException(AuthorizedReportDefinitionResponseDto reportDefinition, Exception e) -
Method Summary
Methods inherited from class io.camunda.optimize.service.exceptions.evaluation.ReportEvaluationException
getReportDefinition, setReportDefinitionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_CODE
- See Also:
-
-
Constructor Details
-
TooManyBucketsException
-
-
Method Details
-
getErrorCode
- Overrides:
getErrorCodein classReportEvaluationException
-