Add serialVersionUID to Serializable
[controller.git] / opendaylight / clustering / services / src / main / java / org / opendaylight / controller / clustering / services / ListenRoleChangeAddException.java
index ad6cd2eddde2db553e3556786f33f58aac921394..dd2585b17ec41b2e37bc3c60486c6fc6a9e8ccac 100644 (file)
  */
 package org.opendaylight.controller.clustering.services;
 
-import java.lang.Exception;
-
 /**
  * @deprecated for internal use
  * The Class ListenRoleChangeAddException.
  */
+@Deprecated
 public class ListenRoleChangeAddException extends Exception {
+    private static final long serialVersionUID = 1L;
 
     /**
      * Instantiates a new listen role change add exception.