From: Guangrong Fu Date: Thu, 9 Nov 2017 07:55:03 +0000 (+0800) Subject: Add the Stacktrace into the Log X-Git-Tag: v1.0.0^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fdsa.git;a=commitdiff_plain;h=f06759d53d48bb31e1a1565bce7113ab02f68a7e Add the Stacktrace into the Log Change-Id: I5ac78b3a7c4b73d8d4a3fe9cf928db4a2ded80ae Issue-ID: HOLMES-86 Signed-off-by: Guangrong Fu --- diff --git a/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java b/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java index 8b7c727..4845b73 100644 --- a/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java +++ b/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java @@ -67,7 +67,7 @@ public class Subscriber { try { response = getDMaaPData(); } catch (Exception e) { - throw new CorrelationException("Failed to get DMapp data.", e); + throw new CorrelationException("Failed to get data from DMaaP.", e); } try { return extractVesAlarm(response); diff --git a/pom.xml b/pom.xml index 78e3df8..f37dec6 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ org.onap.msb.java-sdk msb-java-sdk - 1.0.0-SNAPSHOT + 1.0.0 org.easymock