Class PaymentServiceException

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

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

    • PaymentServiceException

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