com.javaoffers.batis.modelhelper.exception.UpdateFieldsException Maven / Gradle / Ivy
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