![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| ExternalSystemException () | |
| ExternalSystemException (final Integer code, final String message, final Throwable cause, final boolean enableSuppression, final boolean writableStackTrace) | |
| ExternalSystemException (final Integer code, final String message, final Throwable cause) | |
| ExternalSystemException (final Integer code, final String message) | |
| ExternalSystemException (final Throwable cause) | |
| Integer | getCode () |
The Class ExternalSystemException.
Definition at line 6 of file ExternalSystemException.java.
| org.openkilda.exception.ExternalSystemException.ExternalSystemException | ( | ) |
Instantiates a new external system exception.
Definition at line 17 of file ExternalSystemException.java.
| org.openkilda.exception.ExternalSystemException.ExternalSystemException | ( | final Integer | code, |
| final String | message, | ||
| final Throwable | cause, | ||
| final boolean | enableSuppression, | ||
| final boolean | writableStackTrace | ||
| ) |
Instantiates a new external system exception.
| code | the code |
| message | the message |
| cause | the cause |
| enableSuppression | the enable suppression |
| writableStackTrace | the writable stack trace |
Definition at line 30 of file ExternalSystemException.java.
| org.openkilda.exception.ExternalSystemException.ExternalSystemException | ( | final Integer | code, |
| final String | message, | ||
| final Throwable | cause | ||
| ) |
Instantiates a new external system exception.
| code | the code |
| message | the message |
| cause | the cause |
Definition at line 43 of file ExternalSystemException.java.
| org.openkilda.exception.ExternalSystemException.ExternalSystemException | ( | final Integer | code, |
| final String | message | ||
| ) |
Instantiates a new external system exception.
| code | the code |
| message | the message |
Definition at line 54 of file ExternalSystemException.java.
| org.openkilda.exception.ExternalSystemException.ExternalSystemException | ( | final Throwable | cause | ) |
Instantiates a new external system exception.
| cause | the cause |
Definition at line 64 of file ExternalSystemException.java.
| Integer org.openkilda.exception.ExternalSystemException.getCode | ( | ) |