Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.firstdata.ipg.api.client.exception.ClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MerchantException
,ProcessingException
public class ClientException extends Exception
ClientException
is the super class of all client exception classes. An instance of this class is thrown whenever finding problems in building the infrastucture for using theIPGApiClient
and assembling transactions to be committed.- Author:
- Andreas Schmid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(String message)
creates an instance of this class taking an error description as argumentClientException(String message, Exception exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-