
org.hotrod.exceptions.GeneratorNotFoundException Maven / Gradle / Ivy
package org.hotrod.exceptions;
public class GeneratorNotFoundException extends Exception {
private static final long serialVersionUID = 1L;
public GeneratorNotFoundException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy