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

org.nofdev.http.oauth2.AuthorizationException.groovy Maven / Gradle / Ivy

package org.nofdev.http.oauth2
/**
 * Created by Liutengfei on 2016/4/21 0021.
 */
class AuthorizationException  extends RuntimeException {
    AuthorizationException() {
    }

    AuthorizationException(String var1) {
        super(var1)
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy