Package money.zumo.zumokit.exceptions
Class APIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- money.zumo.zumokit.exceptions.ZumoKitException
-
- money.zumo.zumokit.exceptions.APIException
-
- All Implemented Interfaces:
java.io.Serializable
public class APIException extends ZumoKitException
An exception that represents an internal problem with ZumoKit's servers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description APIException(java.lang.String errorType, java.lang.String errorCode, java.lang.String errorMessage)
-
Method Summary
-
Methods inherited from class money.zumo.zumokit.exceptions.ZumoKitException
getErrorCode, getErrorType
-
-