in src/main/java/com/epam/digital/data/platform/bpwebservice/exception/handler/RestExceptionHandler.java [70:73]
public ResponseEntity<SystemErrorDto> handleException(
MissedRequiredBusinessProcessInputParameterException ex) {
return mapToResponseEntity(ex.getMessage(), null, HttpStatus.UNPROCESSABLE_ENTITY);
}