Class UnsupportedFileProviderException
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.UnsupportedFileProviderException
- All Implemented Interfaces:
Serializable
@NullMarked
public class UnsupportedFileProviderException
extends io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
启用的存储后端未正确配置。
- Author:
- xezzon
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription构造一个启用的存储后端未正确配置的异常。 -
Method Summary
Methods inherited from class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
getParametersMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_CODE
-
-
Constructor Details
-
UnsupportedFileProviderException
构造一个启用的存储后端未正确配置的异常。- Parameters:
provider- 文件存储服务提供者
-
-
Method Details
-
code
- Specified by:
codein classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-
httpStatus
public int httpStatus()- Overrides:
httpStatusin classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-