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

cn.bootx.platform.starter.auth.exception.ApplicationNotFoundException 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 ApplicationNotFoundException extends BizException {

    public ApplicationNotFoundException() {
        super("未找到对应的应用");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy