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

com.javaoffers.batis.modelhelper.exception.UpdateFieldsException Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.exception;

/**
 * @Description:
 * @Auther: create by cmj on 2021/12/9 11:33
 */
public class UpdateFieldsException extends RuntimeException {
    public UpdateFieldsException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy