![]() |
Open Kilda Java Documentation
|
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) | |
The Class RestCallFailedException.
Definition at line 6 of file RestCallFailedException.java.
| org.openkilda.exception.RestCallFailedException.RestCallFailedException | ( | ) |
Instantiates a new rest call failed exception.
Definition at line 14 of file RestCallFailedException.java.
| org.openkilda.exception.RestCallFailedException.RestCallFailedException | ( | final String | message, |
| final Throwable | cause, | ||
| final boolean | enableSuppression, | ||
| final boolean | writableStackTrace | ||
| ) |
Instantiates a new rest call failed exception.
| message | the message |
| cause | the cause |
| enableSuppression | the enable suppression |
| writableStackTrace | the writable stack trace |
Definition at line 26 of file RestCallFailedException.java.
| org.openkilda.exception.RestCallFailedException.RestCallFailedException | ( | final String | message, |
| final Throwable | cause | ||
| ) |
Instantiates a new rest call failed exception.
| message | the message |
| cause | the cause |
Definition at line 37 of file RestCallFailedException.java.
| org.openkilda.exception.RestCallFailedException.RestCallFailedException | ( | final String | message | ) |
Instantiates a new rest call failed exception.
| message | the message |
Definition at line 46 of file RestCallFailedException.java.
| org.openkilda.exception.RestCallFailedException.RestCallFailedException | ( | final Throwable | cause | ) |
Instantiates a new rest call failed exception.
| cause | the cause |
Definition at line 55 of file RestCallFailedException.java.