Open Kilda Java Documentation
org.openkilda.floodlight.kafka.FlowCommandException Class Reference
Inheritance diagram for org.openkilda.floodlight.kafka.FlowCommandException:

Public Member Functions

 FlowCommandException (String flowId, ErrorType type, SwitchOperationException cause)
 
 FlowCommandException (String flowId, ErrorType type, String message)
 
ErrorData makeErrorResponse ()
 
String getFlowId ()
 
ErrorType getType ()
 

Detailed Description

Definition at line 7 of file FlowCommandException.java.

Constructor & Destructor Documentation

◆ FlowCommandException() [1/2]

org.openkilda.floodlight.kafka.FlowCommandException.FlowCommandException ( String  flowId,
ErrorType  type,
SwitchOperationException  cause 
)

Definition at line 11 of file FlowCommandException.java.

◆ FlowCommandException() [2/2]

org.openkilda.floodlight.kafka.FlowCommandException.FlowCommandException ( String  flowId,
ErrorType  type,
String  message 
)

Definition at line 17 of file FlowCommandException.java.

Member Function Documentation

◆ getFlowId()

String org.openkilda.floodlight.kafka.FlowCommandException.getFlowId ( )

Definition at line 28 of file FlowCommandException.java.

◆ getType()

ErrorType org.openkilda.floodlight.kafka.FlowCommandException.getType ( )

Definition at line 32 of file FlowCommandException.java.

◆ makeErrorResponse()

ErrorData org.openkilda.floodlight.kafka.FlowCommandException.makeErrorResponse ( )

Definition at line 23 of file FlowCommandException.java.


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