![JAR search and dependency download from the Maven repository](/logo.png)
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