Uses of Package
de.firstdata.ipg.api.client.exception
-
Packages that use de.firstdata.ipg.api.client.exception 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 -
Classes in de.firstdata.ipg.api.client.exception used by de.firstdata.ipg.api.client Class Description ClientException ClientException
is the super class of all client exception classes.InternalException An instance of this class is trown in case of processing your transaction has resulted in an internal system error.MerchantException An instance of this class is thrown in case the First Data API has registered your store as being closed.ProcessingException An instance of this class is thrown in case the credit card processor has failed to process your transaction due to invalid transaction data.ServerException ServerException
is the super class of all server exception classes. -
Classes in de.firstdata.ipg.api.client.exception used by de.firstdata.ipg.api.client.exception Class Description ClientException ClientException
is the super class of all client exception classes.ServerException ServerException
is the super class of all server exception classes.