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

com.mybatishelper.core.exception.NoSupportedMethodException Maven / Gradle / Ivy

package com.mybatishelper.core.exception;

public class NoSupportedMethodException extends RuntimeException{

    public NoSupportedMethodException(){
        this("no supported this method,do you what expect something else?");
    }
    public NoSupportedMethodException(String message){
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy