Open Kilda Java Documentation
org.openkilda.wfm.error.AbstractException Class Referenceabstract
Inheritance diagram for org.openkilda.wfm.error.AbstractException:
org.openkilda.wfm.error.ConfigurationException org.openkilda.wfm.error.JsonEncodeException org.openkilda.wfm.error.MessageException org.openkilda.wfm.error.MessageFormatException org.openkilda.wfm.error.NameCollisionException org.openkilda.wfm.error.UnsupportedActionException org.openkilda.wfm.topology.stats.FlowCookieException org.openkilda.wfm.error.StreamNameCollisionException

Public Member Functions

 AbstractException (String s)
 
 AbstractException (String s, Throwable throwable)
 

Detailed Description

Definition at line 18 of file AbstractException.java.

Constructor & Destructor Documentation

◆ AbstractException() [1/2]

org.openkilda.wfm.error.AbstractException.AbstractException ( String  s)

Definition at line 19 of file AbstractException.java.

◆ AbstractException() [2/2]

org.openkilda.wfm.error.AbstractException.AbstractException ( String  s,
Throwable  throwable 
)

Definition at line 23 of file AbstractException.java.


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