Open Kilda Java Documentation
SwitchNotFoundException.java
Go to the documentation of this file.
1
package
org.openkilda.floodlight.switchmanager;
2
3
import
org
.projectfloodlight.openflow.types.DatapathId;
4
5
public
class
SwitchNotFoundException
extends
SwitchOperationException
{
6
public
SwitchNotFoundException
(DatapathId dpId) {
7
super(dpId, String.format(
"Switch \"%s\" is not connected"
, dpId));
8
}
9
}
org.openkilda.floodlight.switchmanager.SwitchNotFoundException
Definition:
SwitchNotFoundException.java:5
org
org.openkilda.floodlight.switchmanager.SwitchOperationException
Definition:
SwitchOperationException.java:5
org.openkilda.floodlight.switchmanager.SwitchNotFoundException.SwitchNotFoundException
SwitchNotFoundException(DatapathId dpId)
Definition:
SwitchNotFoundException.java:6
open-kilda-develop
services
src
floodlight-modules
src
main
java
org
openkilda
floodlight
switchmanager
SwitchNotFoundException.java
Generated by
1.8.14