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

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

package cn.bootx.platform.starter.auth.exception;

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

/**
 * 终端方式被停用
 *
 * @author xxm
 * @since 2021/9/7
 */
public class ClientNotEnableException extends BizException {

    public ClientNotEnableException() {
        super("指定终端方式已被停用");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy