![JAR search and dependency download from the Maven repository](/logo.png)
net.nitrado.api.common.exceptions.NitrapiHttpException Maven / Gradle / Ivy
package net.nitrado.api.common.exceptions;
/**
* This exception is thrown if there was an error connecting to the api.
*
* e.g. the pc has no internet connection
*/
public class NitrapiHttpException extends NitrapiException {
public NitrapiHttpException(Throwable e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy