Class WriteFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
io.github.xezzon.zeroweb.common.exception.WriteFileException
- All Implemented Interfaces:
Serializable
public class WriteFileException
extends io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
文件写入错误。
文件服务在上传文件时发生的任何错误,都应该抛出此异常。
- Author:
- xezzon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWriteFileException(String message, Throwable cause) 根据一个已有的异常和指定的错误信息构造一个新的文件写入异常。WriteFileException(Throwable cause) 根据一个已有的异常构造一个新的文件写入异常。 -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WriteFileException
-
WriteFileException
-