throwing exception

This commit is contained in:
Francesco Mangiacrapa 2021-02-17 17:39:18 +01:00
parent f9a73e23a3
commit 1aff1584fb
1 changed files with 1 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ public class DataCatalogueImpl implements DataCatalogue {
}
}catch (Exception e) {
LOG.error("Error on creating the dataset: ", e);
throw e;
}
return null;