io.github.vitalij3.JCA.exception.api.RequestThrottledException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Java-Clash-API Show documentation
Show all versions of Java-Clash-API Show documentation
Provides an opportunity to use the API functionality of the Clash Of Clans game
The newest version!
package io.github.vitalij3.JCA.exception.api;
public class RequestThrottledException extends ClashOfClansApiException {
public RequestThrottledException() {
super("Request was throttled, because amount of requests was above the threshold defined for the used API token.");
}
}