io.starter.ignite.generator.IgniteException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stackgen Show documentation
Show all versions of stackgen Show documentation
Starter StackGen CORE Service Generator
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