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

com.qcloud.cos.exception.NetworkException Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.exception;

// 网络异常(如网络故障,导致无法连接服务端)
public class NetworkException extends AbstractCosException {

    private static final long serialVersionUID = -6662661467437143397L;

    public NetworkException(String message) {
        super(CosExceptionType.NETWORK_EXCEPITON, message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy