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

cn.bootx.platform.starter.auth.exception.ClientNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.3.6.2
Show newest version
package cn.bootx.platform.starter.auth.exception;

import cn.bootx.platform.common.core.exception.BizException;

/**
 * 终端不存在
 *
 * @author xxm
 * @since 2021/8/25
 */
public class ClientNotFoundException extends BizException {

    public ClientNotFoundException() {
        super("未找到对应的终端");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy