Open Kilda Java Documentation
org.openkilda.TopologyCtrlProcessingException Class Reference
Inheritance diagram for org.openkilda.TopologyCtrlProcessingException:

Public Member Functions

 TopologyCtrlProcessingException (String message)
 
 TopologyCtrlProcessingException (String message, Exception cause)
 

Detailed Description

is thrown when a topology ctrl request/response fails to be processed.

Definition at line 21 of file TopologyCtrlProcessingException.java.

Constructor & Destructor Documentation

◆ TopologyCtrlProcessingException() [1/2]

org.openkilda.TopologyCtrlProcessingException.TopologyCtrlProcessingException ( String  message)

Definition at line 23 of file TopologyCtrlProcessingException.java.

◆ TopologyCtrlProcessingException() [2/2]

org.openkilda.TopologyCtrlProcessingException.TopologyCtrlProcessingException ( String  message,
Exception  cause 
)

Definition at line 27 of file TopologyCtrlProcessingException.java.


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