From 2e73c86564aba467641c87a6e286398343397c65 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 17 Jun 2024 16:23:09 +0200 Subject: Bump aai-common version to 1.14.1 Issue-ID: AAI-3883 Change-Id: If89ec7af4b54462852c5578597112eb371b0c2f6 Signed-off-by: Fiete Ostkamp --- aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-schema-ingest') diff --git a/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java b/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java index cf278060..15b495ad 100644 --- a/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java +++ b/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java @@ -102,7 +102,7 @@ public class NodeIngestor { } catch (Exception e) { LOGGER.error("Error while Processing the translator" + e.getMessage()); - throw new ExceptionInInitializerError("NodeIngestor could not ingest schema"); + throw new ExceptionInInitializerError(e); } } if (versionContextMap.isEmpty() || schemaPerVersion.isEmpty() || typesPerVersion.isEmpty()) { -- cgit 1.2.3-korg