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

cn.tangjiabao.halodb.core.exception.NotAllowDBColumnException Maven / Gradle / Ivy

Go to download

Orm whitch The highest development efficiency and Efficiency is the fastest

There is a newer version: 0.17
Show newest version
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