Merge "BUG-2329 Add test for anyxmls inside rpc resonse for netcfon-connector"
[controller.git] / opendaylight / clustering / services / src / main / java / org / opendaylight / controller / clustering / services / CacheListenerAddException.java
index f171e9ce00ef58f69119bf99612cf856b1bd40fd..996e0a0767834e8c0d77ed705401e97baf9aab9f 100644 (file)
  */
 package org.opendaylight.controller.clustering.services;
 
-import java.lang.Exception;
-
 /**
  * Describe an exception that is raised when the cache
  * Listener being added fails for any reason
  */
 public class CacheListenerAddException extends Exception {
+    private static final long serialVersionUID = 1L;
 
     /**
      * Instantiates a new cache listener add exception.