Bug-2827: role switch proposal
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / md / core / session / IMessageDispatchService.java
index 601265d2a1de801d39ebeb431290b8f96fc1f121..0b3d74a6980422bbd8a45588a82f1d387f7ee862 100644 (file)
@@ -46,6 +46,9 @@ import org.opendaylight.yangtools.yang.common.RpcResult;
  */
 public interface IMessageDispatchService {
 
+    public static final String CONNECTION_ERROR_MESSAGE = "Session for the cookie is invalid. Reason: "
+    + "the switch has been recently disconnected OR inventory provides outdated information.";
+
     /**
      * send barrier message to switch
      *