BUG-731: do not throw Exceptions
[bgpcep.git] / bgp / topology-provider-config / src / main / java / org / opendaylight / controller / config / yang / bgp / topology / provider / Ipv6ReachabilityTopologyBuilderModule.java
index e0e7616346121cfd35d526e70b7b3c0a7f248941..53d0aa513de3bfb79873af08c0331b69b22b1ade 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 /**
  * Generated file
 
@@ -9,6 +16,8 @@
  */
 package org.opendaylight.controller.config.yang.bgp.topology.provider;
 
+import java.util.concurrent.ExecutionException;
+
 import org.opendaylight.bgpcep.bgp.topology.provider.Ipv6ReachabilityTopologyBuilder;
 import org.opendaylight.bgpcep.topology.DefaultTopologyReference;
 import org.opendaylight.controller.config.api.JmxAttributeValidationException;
@@ -57,7 +66,7 @@ public final class Ipv6ReachabilityTopologyBuilderModule extends org.opendayligh
                        }
 
                        @Override
-                       public void close() throws Exception {
+                       public void close() throws InterruptedException, ExecutionException {
                                try {
                                        r.close();
                                } finally {