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

com.mybatis.pj.exception.example.NoUpdateFieldException Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package com.mybatis.pj.exception.example;

import com.mybatis.pj.exception.ExampleException;

/**
 * Created with IntelliJ IDEA.
 * User: satant
 * Date: 2018/3/28
 * Time: 9:26
 * Description:
 */
public class NoUpdateFieldException extends ExampleException{

    public NoUpdateFieldException(){

    }

    public NoUpdateFieldException(String message){
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy