Uses of Class
org.sunbird.common.exception.ResponseCode
-
Packages that use ResponseCode Package Description org.sunbird.common.dto org.sunbird.common.exception -
-
Uses of ResponseCode in org.sunbird.common.dto
Methods in org.sunbird.common.dto that return ResponseCode Modifier and Type Method Description ResponseCodeResponse. getResponseCode()Methods in org.sunbird.common.dto with parameters of type ResponseCode Modifier and Type Method Description voidResponse. setResponseCode(ResponseCode code) -
Uses of ResponseCode in org.sunbird.common.exception
Methods in org.sunbird.common.exception that return ResponseCode Modifier and Type Method Description ResponseCodeClientException. getResponseCode()ResponseCodeMiddlewareException. getResponseCode()ResponseCodeResourceNotFoundException. getResponseCode()static ResponseCodeResponseCode. getResponseCode(Integer code)ResponseCodeServerException. getResponseCode()static ResponseCodeResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseCode[]ResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-