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

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

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

/**
 * 认证异常,当认证失败时抛出
 * 
 * @author xinufo
 *
 */
public class UnAuthorizedException extends RuntimeException {
    private static final long serialVersionUID = 4929289729936666332L;

    public UnAuthorizedException() {
    }

    public UnAuthorizedException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy