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

net.gdface.codegen.generic.GenericParamRedefineException Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
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