![JAR search and dependency download from the Maven repository](/logo.png)
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