Package money.zumo.zumokit.exceptions
Class RateLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- money.zumo.zumokit.exceptions.ZumoKitException
-
- money.zumo.zumokit.exceptions.RateLimitException
-
- All Implemented Interfaces:
java.io.Serializable
public class RateLimitException extends ZumoKitException
An exception indicating that too many requests have hit the API too quickly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RateLimitException(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
-
-