Package cz.gopay.api.v3
Class GPClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cz.gopay.api.v3.GPClientException
-
- All Implemented Interfaces:
Serializable
public class GPClientException extends Exception
- Author:
- Zbynek Novak novak.zbynek@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GPClientException(int httpResultCode, APIError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringextractMessage()DategetDateIssued()APIErrorgetError()List<ErrorElement>getErrorMessages()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-