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

com.yanyun.auth.exception.TokenLegalException Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.yanyun.auth.exception;

/**
 * token角色不合法异常
 */
public class TokenLegalException extends RuntimeException {

    public TokenLegalException() {
        super();
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy