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

net.gdface.annotation.GenericParamException Maven / Gradle / Ivy

package net.gdface.annotation;

public class GenericParamException extends AnnotationException {

	/**
	 * 
	 */
	private static final long serialVersionUID = -5730227994830188556L;

	public GenericParamException() {
	}

	public GenericParamException(String message) {
		super(message);
	}

	public GenericParamException(Throwable cause) {
		super(cause);
	}

	public GenericParamException(String message, Throwable cause) {
		super(message, cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy