cn.ocoop.framework.safe.ex.authz.InvalidCaptchaException Maven / Gradle / Ivy
package cn.ocoop.framework.safe.ex.authz;
/**
* 无权限
*/
public class InvalidCaptchaException extends AuthorizingException {
public InvalidCaptchaException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy