cn.vonce.sql.exception.SqlBeanException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
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