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 Details

  • Constructor Details

    • IncorrectFileException

      public IncorrectFileException(String message)
      创建一个 IncorrectFileException 实例。
      Parameters:
      message - 错误信息
  • Method Details

    • code

      public String code()
      Specified by:
      code in class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException