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

io.starter.ignite.generator.IgniteException Maven / Gradle / Ivy

There is a newer version: 0.9.25
Show newest version
package io.starter.ignite.generator;

/**
 * TODO: customize
 * 
 * @author john
 *
 */
public class IgniteException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public IgniteException(String string) {
		super(string);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy