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

com.github.yingzhuo.fastdfs.springboot.exception.FastDfsConnectException Maven / Gradle / Ivy

The newest version!
package com.github.yingzhuo.fastdfs.springboot.exception;

/**
 * 非fastdfs本身的错误码抛出的异常,socket连不上时抛出的异常
 *
 * @author yuqihuang
 * @author tobato
 */
public class FastDfsConnectException extends FastDFSUnavailableException {

    public FastDfsConnectException(String message, Throwable t) {
        super(message, t);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy