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

studio.wetrack.web.auth.exceptions.TokenAuthorizationException Maven / Gradle / Ivy

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