All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.vitalij3.JCA.exception.api.ServiceTemprorarilyException Maven / Gradle / Ivy

Go to download

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 ServiceTemprorarilyException extends ClashOfClansApiException {
    public ServiceTemprorarilyException() {
        super("Service is temprorarily unavailable because of maintenance.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy