类 BusinessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.mhuang.pacebox.core.exception.BusinessException
- 所有已实现的接口:
Serializable
业务通用异常
- 从以下版本开始:
- 1.0.0
- 作者:
- mhuang
- 另请参阅:
-
构造器概要
构造器构造器说明BusinessException(int code, String message) BusinessException(int code, String message, String field) BusinessException(int code, String message, String field, Throwable cause) BusinessException(int code, String message, String field, Throwable cause, boolean enableSuppression, boolean writableStackTrace) BusinessException(int code, String message, Throwable cause) BusinessException(int code, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) BusinessException(String message) BusinessException(String message, Throwable cause) BusinessException(Throwable cause) -
方法概要
-
构造器详细资料
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
-
方法详细资料
-
getCode
public int getCode() -
setCode
public void setCode(int code) -
getMessage
- 覆盖:
getMessage在类中Throwable
-
setMessage
-
getField
-
setField
-
getCause
-
setCause
-