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

com.github.andy2003.smareader.inverter.WrongPasswordException Maven / Gradle / Ivy

package com.github.andy2003.smareader.inverter;

public class WrongPasswordException extends LoginException {
	WrongPasswordException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy