类 BusinessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elitesland.ystdms.sys.exception.BusinessException
- 所有已实现的接口:
Serializable,Supplier<BusinessException>
- 另请参阅:
-
构造器概要
构造器构造器说明BusinessException(ApiCode apiCode, String message) BusinessException(ApiCode apiCode, String message, Throwable throwable) BusinessException(Integer code, String message) BusinessException(Integer code, String message, Throwable throwable) BusinessException(String message) BusinessException(String message, Throwable cause) BusinessException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) BusinessException(Throwable cause) -
方法概要
-
构造器详细资料
-
BusinessException
public BusinessException() -
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
-
方法详细资料
-
instance
-
get
- 指定者:
get在接口中Supplier<BusinessException>
-
getApiCode
-
getCode
-
setApiCode
-
setCode
-