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

cn.bootx.platform.starter.auth.exception.ApplicationNotEnableException 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 2022/6/27
 */
public class ApplicationNotEnableException extends BizException {

    public ApplicationNotEnableException() {
        super("指定应用已被停用");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy