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

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

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

public class InvalidAppIdException extends Exception {
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public InvalidAppIdException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy