Merge "BUG-972: correct Precondition"
[controller.git] / opendaylight / clustering / services / src / main / java / org / opendaylight / controller / clustering / services / CacheConfigException.java
index 98e5695e3fbfaf917ddc3cb672f1b8c84a201012..e0301420160d4af9304bce0bec02e3d87014340c 100644 (file)
  */
 package org.opendaylight.controller.clustering.services;
 
-import java.lang.Exception;
-
 /**
  * Describe an exception that is raised when the cache being
  * allocated has configuration errors, like mismatch parameters are
  * passed and so on.
  */
 public class CacheConfigException extends Exception {
+    private static final long serialVersionUID = 1L;
 
     /**
      * Instantiates a new cache config exception.