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

me.wuwenbin.tools.sqlgen.exception.DeletePkNotExistException Maven / Gradle / Ivy

There is a newer version: 1.2.0.RELEASE
Show newest version
package me.wuwenbin.tools.sqlgen.exception;

/**
 * 异常类
 * 

* Created by wuwenbin on 2017/1/12. */ public class DeletePkNotExistException extends RuntimeException { public DeletePkNotExistException() { super("主键不存在或没有使用注解标识 !"); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy