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

com.dingtalk.open.app.stream.network.api.ServiceException Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.dingtalk.open.app.stream.network.api;

/**
 * @author feiyin
 * @date 2023/3/27
 */
public abstract class ServiceException extends RuntimeException {

    /**
     * 获取返回码
     *
     * @return
     */
    public abstract int getCode();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy