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

eleme.openapi.sdk.api.exception.UnauthorizedException Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.exception;


public class UnauthorizedException extends ServiceException {
    public UnauthorizedException() {
        super("UNAUTHORIZED", "token认证失败,请重新申请token");
    }

    public UnauthorizedException(String message) {
        super("UNAUTHORIZED", message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy