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

Public Member Functions

 RestCallFailedException ()
 
 RestCallFailedException (final String message, final Throwable cause, final boolean enableSuppression, final boolean writableStackTrace)
 
 RestCallFailedException (final String message, final Throwable cause)
 
 RestCallFailedException (final String message)
 
 RestCallFailedException (final Throwable cause)
 

Detailed Description

The Class RestCallFailedException.

Definition at line 6 of file RestCallFailedException.java.

Constructor & Destructor Documentation

◆ RestCallFailedException() [1/5]

org.openkilda.exception.RestCallFailedException.RestCallFailedException ( )

Instantiates a new rest call failed exception.

Definition at line 14 of file RestCallFailedException.java.

◆ RestCallFailedException() [2/5]

org.openkilda.exception.RestCallFailedException.RestCallFailedException ( final String  message,
final Throwable  cause,
final boolean  enableSuppression,
final boolean  writableStackTrace 
)

Instantiates a new rest call failed exception.

Parameters
messagethe message
causethe cause
enableSuppressionthe enable suppression
writableStackTracethe writable stack trace

Definition at line 26 of file RestCallFailedException.java.

◆ RestCallFailedException() [3/5]

org.openkilda.exception.RestCallFailedException.RestCallFailedException ( final String  message,
final Throwable  cause 
)

Instantiates a new rest call failed exception.

Parameters
messagethe message
causethe cause

Definition at line 37 of file RestCallFailedException.java.

◆ RestCallFailedException() [4/5]

org.openkilda.exception.RestCallFailedException.RestCallFailedException ( final String  message)

Instantiates a new rest call failed exception.

Parameters
messagethe message

Definition at line 46 of file RestCallFailedException.java.

◆ RestCallFailedException() [5/5]

org.openkilda.exception.RestCallFailedException.RestCallFailedException ( final Throwable  cause)

Instantiates a new rest call failed exception.

Parameters
causethe cause

Definition at line 55 of file RestCallFailedException.java.


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