Package com.skava.payment.exception
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:
-
Field Summary
Fields inherited from class com.skava.core.ECommerceException
ERR_INVALID_PARAMETERS, ERR_NONE, ERR_UNKNOWN
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentServiceException
(ResponseCode responseCode, Object... parameters) This method is used to throw payment service exception. -
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
-
PaymentServiceException
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.
-