Class FdfsServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.tobato.fastdfs.exception.FdfsException
com.github.tobato.fastdfs.exception.FdfsServerException
- All Implemented Interfaces:
Serializable
fastdfs服务端返回的错误码构成的异常
- Author:
- yuqih, tobato
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
byCode
-
getErrorCode
public int getErrorCode()- Returns:
- the errorCode
-