Improve the performance of resoures microservice
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / edges / exceptions / AmbiguousRuleChoiceException.java
index b218cec..3ddced9 100644 (file)
@@ -1,4 +1,4 @@
-/** 
+/**
  * ============LICENSE_START=======================================================
  * org.onap.aai
  * ================================================================================
@@ -24,4 +24,8 @@ public class AmbiguousRuleChoiceException extends Exception {
        public AmbiguousRuleChoiceException(String msg) {
                super(msg);
        }
+
+       public AmbiguousRuleChoiceException(Throwable throwable){
+           super(throwable);
+    }
 }