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

cn.ocoop.framework.safe.ex.authz.UnauthenticatedException Maven / Gradle / Ivy

package cn.ocoop.framework.safe.ex.authz;

/**
 * 未登录
 */
public class UnauthenticatedException extends AuthorizingException {
    public UnauthenticatedException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy