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

me.wuwenbin.modules.sql.exception.NotSetPrimaryKeyException Maven / Gradle / Ivy

There is a newer version: 1.11.0.RELEASE
Show newest version
package me.wuwenbin.modules.sql.exception;

/**
 * 异常类
 * 

* Created by wuwenbin on 2017/1/11. */ public class NotSetPrimaryKeyException extends RuntimeException { public NotSetPrimaryKeyException(Class clazz) { super(clazz.getName() + " 中没有设置主键对应的属性字段!"); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy