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

cn.crazywalker.fsf.oss.exception.OSSException Maven / Gradle / Ivy

package cn.crazywalker.fsf.oss.exception;

import cn.crazywalker.exception.SystemException;

/**
 * 对象存储异常类
 * @author CrazyWalker
 * @since 周六, 04/22 2023 17:41 GMT+8
 */
public class OSSException extends SystemException {

    public OSSException(String message) {
        super(3001, message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy