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

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