Migrate off deprecated APIs, to mdsal.binding.api.DataBroker
[unimgr.git] / ovs-driver / src / main / java / org / opendaylight / unimgr / mef / nrp / ovs / exception / VlanPoolExhaustedException.java
index 4393c3e3ed19841b51003f2f4ab2ef601267f5c2..ec336becb93e57c4756bc28d8313e7a4d9d5e81d 100644 (file)
@@ -15,6 +15,8 @@ import org.opendaylight.unimgr.mef.nrp.common.ResourceNotAvailableException;
  * @author marek.ryznar@amartus.com
  */
 public class VlanPoolExhaustedException extends ResourceNotAvailableException {
+    private static final long serialVersionUID = 1365362221222856383L;
+
     public VlanPoolExhaustedException(String message) {
         super(message);
     }