1 package org.openkilda.floodlight.switchmanager;
3 import org.projectfloodlight.openflow.protocol.OFMessage;
4 import org.projectfloodlight.openflow.types.DatapathId;
10 super(dpId, String.format(
"Error during install OFRule into switch \"%s\"", dpId));
11 this.ofMessage = ofMessage;
OFInstallException(DatapathId dpId, OFMessage ofMessage)