Package com.bytedesk.core.upload.storage
Class UploadStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bytedesk.core.upload.storage.UploadStorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UploadStorageFileNotFoundException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Integer应用层错误码(用于 JsonResult.code),不等同于 HTTP 状态码。private static final long -
Constructor Summary
ConstructorsConstructorDescriptionUploadStorageException(String message) UploadStorageException(String message, Integer code) UploadStorageException(String message, Integer code, Throwable cause) UploadStorageException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
code
应用层错误码(用于 JsonResult.code),不等同于 HTTP 状态码。 约定: - 400 参数/请求错误 - 404 资源不存在(如本地文件不存在) - 413 文件过大 - 415 不支持的媒体类型 - 422 内容校验失败(如伪造图片) - 503 存储服务不可用 - 500 服务端内部错误
-
-
Constructor Details
-
UploadStorageException
-
UploadStorageException
-
UploadStorageException
-
UploadStorageException
-
-
Method Details
-
getCode
-