Class RateLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.gpluscb.ggjava.api.exception.RequestFailureException
-
- com.github.gpluscb.ggjava.api.exception.RateLimitException
-
- All Implemented Interfaces:
java.io.Serializable
public class RateLimitException extends RequestFailureException
Represents that a rate limit was hit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RateLimitException(com.google.gson.JsonObject jsonResponse)
-
Method Summary
-
Methods inherited from class com.github.gpluscb.ggjava.api.exception.RequestFailureException
getJsonResponse
-
-