Class UnpublishedOpenapiCannotBeSubscribeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
io.github.xezzon.zeroweb.subscription.exception.UnpublishedOpenapiCannotBeSubscribeException
- All Implemented Interfaces:
Serializable
@NullMarked
public class UnpublishedOpenapiCannotBeSubscribeException
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
-
UnpublishedOpenapiCannotBeSubscribeException
public UnpublishedOpenapiCannotBeSubscribeException()构造器,设置默认错误信息
-
-
Method Details
-
code
- Specified by:
codein classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-