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

com.github.unclecatmyself.common.exception.NoFindHandlerException Maven / Gradle / Ivy

package com.github.unclecatmyself.common.exception;

/**
 * Create by UncleCatMySelf in 2018/12/06
 **/
public class NoFindHandlerException extends RuntimeException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy