Migrate to using blueprints for unimgr initialisation.
[unimgr.git] / impl / src / main / java / org / opendaylight / unimgr / mef / nrp / api / ActivationDriverAmbiguousException.java
similarity index 83%
rename from impl/src/main/java/org/mef/nrp/impl/ActivationDriverAmbiguousException.java
rename to impl/src/main/java/org/opendaylight/unimgr/mef/nrp/api/ActivationDriverAmbiguousException.java
index c71ead9291921b99db98e575210e0547a1a249e6..e772ae21ec36bafe80ca3dac8f2239ff545bc363 100644 (file)
@@ -6,11 +6,12 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.mef.nrp.impl;
+package org.opendaylight.unimgr.mef.nrp.api;
 
 /**
  * This exception indicates that multiple activation drivers are candidates for activating a service. The service
  * will not be activated because the system failed to select a single driver candidate.
  */
 public class ActivationDriverAmbiguousException extends RuntimeException {
+    private static final long serialVersionUID = 3299218135930759678L;
 }