Open Kilda Java Documentation
org.openkilda.floodlight.switchmanager.SwitchOperationException Class Reference
Inheritance diagram for org.openkilda.floodlight.switchmanager.SwitchOperationException:
org.openkilda.floodlight.switchmanager.OFInstallException org.openkilda.floodlight.switchmanager.SwitchNotFoundException org.openkilda.floodlight.switchmanager.UnsupportedSwitchOperationException

Public Member Functions

 SwitchOperationException (DatapathId dpId)
 
 SwitchOperationException (DatapathId dpId, String message)
 
DatapathId getDpId ()
 

Detailed Description

Definition at line 5 of file SwitchOperationException.java.

Constructor & Destructor Documentation

◆ SwitchOperationException() [1/2]

org.openkilda.floodlight.switchmanager.SwitchOperationException.SwitchOperationException ( DatapathId  dpId)

Definition at line 8 of file SwitchOperationException.java.

◆ SwitchOperationException() [2/2]

org.openkilda.floodlight.switchmanager.SwitchOperationException.SwitchOperationException ( DatapathId  dpId,
String  message 
)

Definition at line 12 of file SwitchOperationException.java.

Member Function Documentation

◆ getDpId()

DatapathId org.openkilda.floodlight.switchmanager.SwitchOperationException.getDpId ( )

Definition at line 17 of file SwitchOperationException.java.


The documentation for this class was generated from the following file: