Class FdfsIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.tobato.fastdfs.exception.FdfsException
com.github.tobato.fastdfs.exception.FdfsIOException
- All Implemented Interfaces:
Serializable
非fastdfs本身的错误码抛出的异常,而是java客户端向服务端发送命令、文件或从服务端读取结果、下载文件时发生io异常
- Author:
- yuqihuang, tobato
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFdfsIOException(String message) FdfsIOException(String message, Throwable cause) FdfsIOException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FdfsIOException
- Parameters:
cause- 异常
-
FdfsIOException
- Parameters:
message- 错误消息cause- 异常
-
FdfsIOException
-