net.gdface.codegen.generic.GenericParamRedefineException Maven / Gradle / Ivy
package net.gdface.codegen.generic;
import net.gdface.annotation.AnnotationException;
public class GenericParamRedefineException extends AnnotationException {
/**
*
*/
private static final long serialVersionUID = -3362836123164016703L;
public GenericParamRedefineException() {
}
public GenericParamRedefineException(String message) {
super(message);
}
public GenericParamRedefineException(Throwable cause) {
super(cause);
}
public GenericParamRedefineException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy