Class IncorrectFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
io.github.xezzon.zeroweb.common.exception.IncorrectFileException
- All Implemented Interfaces:
Serializable
@NullMarked
public class IncorrectFileException
extends io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
上传文件的内容与创建的附件不一致
- Author:
- xezzon
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
getParameters, httpStatusMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_CODE
-
-
Constructor Details
-
IncorrectFileException
创建一个IncorrectFileException实例。- Parameters:
message- 错误信息
-
-
Method Details
-
code
- Specified by:
codein classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-