Uses of Class
de.firstdata.ipg.api.client.exception.ServerException
-
Packages that use ServerException Package Description de.firstdata.ipg.api.client To perform a transaction you need the IPGApiClient and the IPGApiTransactionFactory or to perform a action you need the IPGApiActionFactory.de.firstdata.ipg.api.client.exception -
-
Uses of ServerException in de.firstdata.ipg.api.client
Methods in de.firstdata.ipg.api.client that throw ServerException Modifier and Type Method Description protected Object
IPGApiClient. commit(byte[] requestBytes)
protected Object
IPGApiClient. commit(Object request)
de.firstdata.ipg.api.schema.IPGApiActionResponse
IPGApiClient. commitAction(IPGApiAction ipgApiAction)
commits an action on the First Data API by performing a Web Service call with the action data passedde.firstdata.ipg.api.schema.IPGApiActionResponse
IPGApiClient. commitAction(IPGApiAction ipgApiAction, IPGApiMerchantDetailsObject merchantDetails)
commits an action on the First Data API by performing a Web Service call with the action data passedIPGApiResult
IPGApiClient. commitTransaction(IPGApiSubsequentTransaction ipgApiSubsequentTransaction, IPGApiMerchantDetailsObject ipgApiMerchantDetails)
IPGApiResult
IPGApiClient. commitTransaction(IPGApiTransaction ipgApiTransaction)
commits a transaction on the First Data API by performing a Web Service call with the transaction data passedIPGApiResult
IPGApiClient. commitTransaction(IPGApiTransaction ipgApiTransaction, IPGApiMerchantDetailsObject ipgApiMerchantDetails)
commits a transaction on the First Data API by performing a Web Service call with the transaction data passed -
Uses of ServerException in de.firstdata.ipg.api.client.exception
Subclasses of ServerException in de.firstdata.ipg.api.client.exception Modifier and Type Class Description class
HttpException
An instance of this class is trown when finding problems in the client server communication, e.g.class
InternalException
An instance of this class is trown in case of processing your transaction has resulted in an internal system error.
-