Uses of Enum Class
com.skava.oms.constant.ResponseCode
Packages that use ResponseCode
Package
Description
This package contains the constants for OMS
This package contains the exceptions for order
This package contains the response model for order service.
-
Uses of ResponseCode in com.skava.oms.constant
Methods in com.skava.oms.constant that return ResponseCodeModifier and TypeMethodDescriptionstatic ResponseCode
Returns the enum constant of this class with the specified name.static ResponseCode[]
ResponseCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ResponseCode in com.skava.oms.exception
Constructors in com.skava.oms.exception with parameters of type ResponseCodeModifierConstructorDescriptionCommonPluginServiceException
(ResponseCode responseCode, CommonPluginProcessorResponse pluginResponse, Object... parameters) Common Plugin service level exception handled.OmsServiceException
(ResponseCode responseCode, Object... parameters) This method is used to throw OMS service exception. -
Uses of ResponseCode in com.skava.oms.model.response
Constructors in com.skava.oms.model.response with parameters of type ResponseCodeModifierConstructorDescriptionOmsServiceErrorCodeResponse
(ResponseCode responseCode, String message, ValidationErrorModel validationErrors)