![JAR search and dependency download from the Maven repository](/logo.png)
cn.ocoop.framework.safe.ex.authz.LackPermissionException Maven / Gradle / Ivy
package cn.ocoop.framework.safe.ex.authz;
/**
* 无权限
*/
public class LackPermissionException extends AuthorizingException {
public LackPermissionException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy