-
public class ApNativeRewardCPMError
-
-
Field Summary
Fields Modifier and Type Field Description public final static intEXCEPTIONpublic final static intCAN_NOT_FIND_AVAILABLE_CAMPAIGNpublic final static intSERVER_TIMEOUTpublic final static intRENDERING_EXCEPTIONpublic final static intUNKNOWN_EXCEPTIONpublic final static StringSERVER_TIMEOUT_MESSAGEpublic final static StringUNKNOWN_EXCEPTION_MESSAGEpublic final static StringRENDERING_EXCEPTION_MESSAGEpublic final static StringCAN_NOT_FIND_AVAILABLE_CAMPAIGN_MESSAGEprivate interrorCodeprivate StringerrorMessage
-
Constructor Summary
Constructors Constructor Description ApNativeRewardCPMError(int errorCode, String errorMessage)
-
Method Summary
Modifier and Type Method Description intgetErrorCode()voidsetErrorCode(int errorCode)StringgetErrorMessage()voidsetErrorMessage(String errorMessage)-
-
Constructor Detail
-
ApNativeRewardCPMError
ApNativeRewardCPMError(int errorCode, String errorMessage)
-
-
Method Detail
-
getErrorCode
int getErrorCode()
-
setErrorCode
void setErrorCode(int errorCode)
-
getErrorMessage
String getErrorMessage()
-
setErrorMessage
void setErrorMessage(String errorMessage)
-
-
-
-