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

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

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

// 参数异常
public class ParamException extends AbstractCosException {

    private static final long serialVersionUID = 216921496331691543L;

    public ParamException(String message) {
        super(CosExceptionType.PARAM_EXCEPTION, message);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy