Package com.skava.oms.exception
Class CommonPluginServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.oms.exception.CommonPluginServiceException
- All Implemented Interfaces:
Serializable
public class CommonPluginServiceException
extends com.skava.core.ECommerceException
This class throws Plugin level Service Exception for the application.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ECommerceException
ERR_INVALID_PARAMETERS, ERR_NONE, ERR_UNKNOWN
-
Constructor Summary
ConstructorsConstructorDescriptionCommonPluginServiceException
(ResponseCode responseCode, CommonPluginProcessorResponse pluginResponse, Object... parameters) Common Plugin service level exception handled. -
Method Summary
Methods inherited from class com.skava.core.ECommerceException
getErrorCode, getErrorMessage, getHttpStatusCode, getParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommonPluginServiceException
public CommonPluginServiceException(ResponseCode responseCode, CommonPluginProcessorResponse pluginResponse, Object... parameters) Common Plugin service level exception handled.- Parameters:
responseCode
- Indicates the response code for the service exception.pluginResponse
- Indicates the plugin level exception information.parameters
- Indicates the object parameters
-