Class MerchantException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.firstdata.ipg.api.client.exception.ClientException
-
- de.firstdata.ipg.api.client.exception.MerchantException
-
- All Implemented Interfaces:
Serializable
public class MerchantException extends ClientException
An instance of this class is thrown in case the First Data API has registered your store as being closed. If you receive such an exception despite your store being registered as open, please contact support.- Author:
- Andreas Schmid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MerchantException(String message)
creates an instance of this class taking an error description as argument
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MerchantException
public MerchantException(String message)
creates an instance of this class taking an error description as argument- Parameters:
message
- a string describing the error
-
-