Class InternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.firstdata.ipg.api.client.exception.ServerException
-
- de.firstdata.ipg.api.client.exception.InternalException
-
- All Implemented Interfaces:
Serializable
public class InternalException extends ServerException
An instance of this class is trown in case of processing your transaction has resulted in an internal system error. Note that you should never receive this exception. However, if so, please contact support.- Author:
- Andreas Schmid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalException(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
-
InternalException
public InternalException(String message)
creates an instance of this class taking an error description as argument- Parameters:
message
- a string describing the error
-
-