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

cn.vonce.sql.exception.SqlBeanException Maven / Gradle / Ivy

The newest version!
package cn.vonce.sql.exception;

/**
 * Sql语句助手 异常
 *
 * @author Jovi
 * @email [email protected]
 * @version 1.0
 * @date 2018年4月15日下午5:16:51
 */
public class SqlBeanException extends RuntimeException {

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

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy