cn.tangjiabao.halodb.core.exception.NotAllowDBColumnException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of haloDb Show documentation
Show all versions of haloDb Show documentation
Orm whitch The highest development efficiency and Efficiency is the fastest
package cn.tangjiabao.halodb.core.exception;
/**
*不允许使用数据库字段!
* @author [email protected]
* @date 2015-6-14 下午12:50:21
*/
public class NotAllowDBColumnException extends NestedRuntimeException {
/**
* @Fields serialVersionUID : TODO
*/
private static final long serialVersionUID = 7111835253055225242L;
public NotAllowDBColumnException(String msg) {
super(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy