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

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

Go to download

A lightweight, efficient communication framework that supports chat and the Internet of Things

The newest version!
package com.github.unclecatmyself.common.exception;

/**
 * 找不到对应处理类
 * Create by UncleCatMySelf in 2018/12/06
 **/
public class NoFindHandlerException extends RuntimeException {

    private static final long serialVersionUID = 6724478022966267728L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy