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