Class TaxServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.tax.exceptions.TaxServiceException
All Implemented Interfaces:
Serializable

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

    • TaxServiceException

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