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

com.pugwoo.dbhelper.exception.NoColumnAnnotationException Maven / Gradle / Ivy

package com.pugwoo.dbhelper.exception;

public class NoColumnAnnotationException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	public NoColumnAnnotationException() {
		
	}
	
	public NoColumnAnnotationException(String errmsg) {
		super(errmsg);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy