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

Public Member Functions

 RecoverableException ()
 
 RecoverableException (String message)
 
 RecoverableException (String message, Throwable cause)
 

Detailed Description

Definition at line 3 of file RecoverableException.java.

Constructor & Destructor Documentation

◆ RecoverableException() [1/3]

org.openkilda.pce.RecoverableException.RecoverableException ( )

Definition at line 4 of file RecoverableException.java.

◆ RecoverableException() [2/3]

org.openkilda.pce.RecoverableException.RecoverableException ( String  message)

Definition at line 7 of file RecoverableException.java.

◆ RecoverableException() [3/3]

org.openkilda.pce.RecoverableException.RecoverableException ( String  message,
Throwable  cause 
)

Definition at line 11 of file RecoverableException.java.


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