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

com.envision.energy.eos.exception.EOSClientException Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.envision.energy.eos.exception;

public class EOSClientException extends Exception {
	private static final long serialVersionUID = 1L;
	public EOSClientException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy