Open Kilda Java Documentation
org.openkilda.messaging.error.CacheException Class Reference
Inheritance diagram for org.openkilda.messaging.error.CacheException:
org.openkilda.messaging.error.MessageException

Public Member Functions

 CacheException (ErrorType errorType, String errorMessage, String errorDescription)
 
ErrorType getErrorType ()
 
String getErrorMessage ()
 
String getErrorDescription ()
 

Protected Attributes

ErrorType errorType
 
String errorMessage
 
String errorDescription
 

Detailed Description

The exception for notifying errors.

Definition at line 22 of file CacheException.java.

Constructor & Destructor Documentation

◆ CacheException()

org.openkilda.messaging.error.CacheException.CacheException ( ErrorType  errorType,
String  errorMessage,
String  errorDescription 
)

Instance constructor.

Parameters
errorTypeerror type
errorMessageerror message
errorDescriptionerror description

Definition at line 50 of file CacheException.java.

Member Function Documentation

◆ getErrorDescription()

String org.openkilda.messaging.error.CacheException.getErrorDescription ( )

Returns error description.

Returns
error description

Definition at line 80 of file CacheException.java.

◆ getErrorMessage()

String org.openkilda.messaging.error.CacheException.getErrorMessage ( )

Returns error message.

Returns
error message

Definition at line 71 of file CacheException.java.

◆ getErrorType()

ErrorType org.openkilda.messaging.error.CacheException.getErrorType ( )

Returns error type.

Returns
error type

Definition at line 62 of file CacheException.java.

Member Data Documentation

◆ errorDescription

String org.openkilda.messaging.error.CacheException.errorDescription
protected

The error description.

Definition at line 41 of file CacheException.java.

◆ errorMessage

String org.openkilda.messaging.error.CacheException.errorMessage
protected

The error message.

Definition at line 36 of file CacheException.java.

◆ errorType

ErrorType org.openkilda.messaging.error.CacheException.errorType
protected

The error type.

Definition at line 31 of file CacheException.java.


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