diff options
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r-- | aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |