Sync up the changes for v15
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / nodes / NodeIngestor.java
index 1945a1e..69cd51a 100644 (file)
@@ -98,7 +98,7 @@ public class NodeIngestor {
             }
         }
         if (versionContextMap.isEmpty() || schemaPerVersion.isEmpty() || typesPerVersion.isEmpty()) {
-            throw new ExceptionInInitializerError();
+            throw new ExceptionInInitializerError("NodeIngestor could not ingest schema");
         }
     }