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

com.zys.mybatis.exception.MybatisZysException Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
package com.zys.mybatis.exception;

/**
 * @author zys
 * @version 1.0
 * @date 2022/1/10 11:54
 */
public class MybatisZysException extends RuntimeException {

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

    public MybatisZysException(String message, Throwable cause){
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy