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

net.nitrado.api.common.exceptions.NitrapiMaintenanceException Maven / Gradle / Ivy

package net.nitrado.api.common.exceptions;

/**
 * This exception is thrown when the Nitrapi is down for maintenance.
 */
public class NitrapiMaintenanceException extends NitrapiException {
    public NitrapiMaintenanceException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy