Open Kilda Java Documentation
org.openkilda.integration.exception.IntegrationException Class Reference
Inheritance diagram for org.openkilda.integration.exception.IntegrationException:

Public Member Functions

 IntegrationException ()
 
 IntegrationException (final String errorMessage)
 
 IntegrationException (final String errorMessage, final Throwable e)
 
 IntegrationException (final Throwable e)
 

Detailed Description

Definition at line 3 of file IntegrationException.java.

Constructor & Destructor Documentation

◆ IntegrationException() [1/4]

org.openkilda.integration.exception.IntegrationException.IntegrationException ( )

Definition at line 7 of file IntegrationException.java.

◆ IntegrationException() [2/4]

org.openkilda.integration.exception.IntegrationException.IntegrationException ( final String  errorMessage)

Definition at line 11 of file IntegrationException.java.

◆ IntegrationException() [3/4]

org.openkilda.integration.exception.IntegrationException.IntegrationException ( final String  errorMessage,
final Throwable  e 
)

Definition at line 15 of file IntegrationException.java.

◆ IntegrationException() [4/4]

org.openkilda.integration.exception.IntegrationException.IntegrationException ( final Throwable  e)

Definition at line 19 of file IntegrationException.java.


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