Class PublishedOpenapiCannotBeDeleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
io.github.xezzon.zeroweb.openapi.exception.PublishedOpenapiCannotBeDeleteException
- All Implemented Interfaces:
Serializable
@NullMarked
public class PublishedOpenapiCannotBeDeleteException
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
-
PublishedOpenapiCannotBeDeleteException
public PublishedOpenapiCannotBeDeleteException()默认构造函数
-
-
Method Details
-
code
- Specified by:
codein classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-