![JAR search and dependency download from the Maven repository](/logo.png)
org.daijie.shiro.oauth2.excption.ShiroOauth2MatchException Maven / Gradle / Ivy
The newest version!
package org.daijie.shiro.oauth2.excption;
@SuppressWarnings("serial")
public class ShiroOauth2MatchException extends RuntimeException {
public ShiroOauth2MatchException(){
super();
}
public ShiroOauth2MatchException(String msg){
super(msg);
}
public ShiroOauth2MatchException(String msg, Exception e){
super(msg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy