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

losty.netatmo.exceptions.NetatmoNotLoggedInException Maven / Gradle / Ivy

package losty.netatmo.exceptions;

public class NetatmoNotLoggedInException extends NetatmoException {

    public NetatmoNotLoggedInException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy