![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| FlowCommandException (String flowId, ErrorType type, SwitchOperationException cause) | |
| FlowCommandException (String flowId, ErrorType type, String message) | |
| ErrorData | makeErrorResponse () |
| String | getFlowId () |
| ErrorType | getType () |
Definition at line 7 of file FlowCommandException.java.
| org.openkilda.floodlight.kafka.FlowCommandException.FlowCommandException | ( | String | flowId, |
| ErrorType | type, | ||
| SwitchOperationException | cause | ||
| ) |
Definition at line 11 of file FlowCommandException.java.
| org.openkilda.floodlight.kafka.FlowCommandException.FlowCommandException | ( | String | flowId, |
| ErrorType | type, | ||
| String | message | ||
| ) |
Definition at line 17 of file FlowCommandException.java.
| String org.openkilda.floodlight.kafka.FlowCommandException.getFlowId | ( | ) |
Definition at line 28 of file FlowCommandException.java.
| ErrorType org.openkilda.floodlight.kafka.FlowCommandException.getType | ( | ) |
Definition at line 32 of file FlowCommandException.java.
| ErrorData org.openkilda.floodlight.kafka.FlowCommandException.makeErrorResponse | ( | ) |
Definition at line 23 of file FlowCommandException.java.