
studio.wetrack.web.auth.exceptions.TokenAuthorizationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wetrack-web Show documentation
Show all versions of wetrack-web Show documentation
wetrack studio tool set, web tools
The newest version!
package studio.wetrack.web.auth.exceptions;
/**
* Created by zhanghong on 15/12/17.
*/
public class TokenAuthorizationException extends Exception {
public TokenAuthorizationException() {
super();
}
public TokenAuthorizationException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy