Improve the performance of resoures microservice
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / edges / exceptions / AmbiguousRuleChoiceException.java
index ebb9739..3ddced9 100644 (file)
@@ -1,8 +1,8 @@
-/** 
+/**
  * ============LICENSE_START=======================================================
  * org.onap.aai
  * ================================================================================
- * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright © 2017-18 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * ============LICENSE_END=========================================================
- *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
 
 package org.onap.aai.edges.exceptions;
@@ -26,4 +24,8 @@ public class AmbiguousRuleChoiceException extends Exception {
        public AmbiguousRuleChoiceException(String msg) {
                super(msg);
        }
+
+       public AmbiguousRuleChoiceException(Throwable throwable){
+           super(throwable);
+    }
 }