Class ServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.firstdata.ipg.api.client.exception.ServerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpException
,InternalException
public class ServerException extends Exception
ServerException
is the super class of all server exception classes. An instance of this class is thrown whenever finding problems in working with the result returned by the server.- Author:
- Andreas Schmid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerException(String message)
creates an instance of this class taking an error description as argumentServerException(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
-
-