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

net.guerlab.sdk.qq.QQOauth2Exception Maven / Gradle / Ivy

package net.guerlab.sdk.qq;

public class QQOauth2Exception extends RuntimeException {

    private static final long serialVersionUID = 1L;

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

    public QQOauth2Exception(String message, Exception e) {
        super(message, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy