The exception for notifying errors.
Definition at line 22 of file CacheException.java.
◆ CacheException()
| org.openkilda.messaging.error.CacheException.CacheException |
( |
ErrorType |
errorType, |
|
|
String |
errorMessage, |
|
|
String |
errorDescription |
|
) |
| |
Instance constructor.
- Parameters
-
| errorType | error type |
| errorMessage | error message |
| errorDescription | error description |
Definition at line 50 of file CacheException.java.
◆ getErrorDescription()
| String org.openkilda.messaging.error.CacheException.getErrorDescription |
( |
| ) |
|
◆ getErrorMessage()
| String org.openkilda.messaging.error.CacheException.getErrorMessage |
( |
| ) |
|
◆ getErrorType()
| ErrorType org.openkilda.messaging.error.CacheException.getErrorType |
( |
| ) |
|
◆ errorDescription
| String org.openkilda.messaging.error.CacheException.errorDescription |
|
protected |
◆ errorMessage
| String org.openkilda.messaging.error.CacheException.errorMessage |
|
protected |
◆ errorType
| ErrorType org.openkilda.messaging.error.CacheException.errorType |
|
protected |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/messaging/src/main/java/org/openkilda/messaging/error/CacheException.java