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

io.github.firefang.power.exception.NoPermissionException Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package io.github.firefang.power.exception;

/**
 * 权限不足异常,当用户无权访问某个资源时抛出
 * 
 * @author xinufo
 *
 */
public class NoPermissionException extends RuntimeException {
    private static final long serialVersionUID = -6659349365466202662L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy