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

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

package com.pugwoo.dbhelper.exception;

/**
 * deleteByKey的class必须有默认构造方法
 */
public class MustProvideconstructorException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public MustProvideconstructorException() {
		
	}
	
	public MustProvideconstructorException(String errmsg) {
		super(errmsg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy