Open Kilda Java Documentation
org.openkilda.atdd.utils.RestQueryException Class Reference
Inheritance diagram for org.openkilda.atdd.utils.RestQueryException:
org.openkilda.atdd.utils.controller.FloodlightQueryException

Public Member Functions

 RestQueryException (String s)
 
 RestQueryException (Throwable throwable)
 
 RestQueryException (String message, Throwable cause)
 

Detailed Description

Definition at line 3 of file RestQueryException.java.

Constructor & Destructor Documentation

◆ RestQueryException() [1/3]

org.openkilda.atdd.utils.RestQueryException.RestQueryException ( String  s)

Definition at line 4 of file RestQueryException.java.

◆ RestQueryException() [2/3]

org.openkilda.atdd.utils.RestQueryException.RestQueryException ( Throwable  throwable)

Definition at line 8 of file RestQueryException.java.

◆ RestQueryException() [3/3]

org.openkilda.atdd.utils.RestQueryException.RestQueryException ( String  message,
Throwable  cause 
)

Definition at line 12 of file RestQueryException.java.


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