Class OptimizeImportIncorrectIndexVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.optimize.service.exceptions.OptimizeRuntimeException
io.camunda.optimize.service.exceptions.OptimizeValidationException
io.camunda.optimize.service.exceptions.OptimizeImportIncorrectIndexVersionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOptimizeImportIncorrectIndexVersionException(String message, Set<ImportIndexMismatchDto> mismatchingIndices) -
Method Summary
Methods inherited from class io.camunda.optimize.service.exceptions.OptimizeValidationException
getErrorCodeMethods 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
-
OptimizeImportIncorrectIndexVersionException
public OptimizeImportIncorrectIndexVersionException(String message, Set<ImportIndexMismatchDto> mismatchingIndices)
-
-
Method Details
-
getMismatchingIndices
-