Class OmsServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.oms.exception.OmsServiceException
All Implemented Interfaces:
Serializable

public class OmsServiceException extends com.skava.core.ECommerceException
This class throws Service Exception for the application.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • OmsServiceException

      public OmsServiceException(ResponseCode responseCode, Object... parameters)
      This method is used to throw OMS service exception.
      Parameters:
      responseCode - It contains response code and HTTP status of the exception.
      parameters - It is the additional parameters of the exception.