类 BusinessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.wenzuo.atom.core.util.BusinessException
- 所有已实现的接口:
Serializable,ResultProvider
- 从以下版本开始:
- 2023-08-08
- 作者:
- Catch
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明BusinessException(int code, String message) BusinessException(int code, String message, Throwable cause) BusinessException(String message) BusinessException(String message, Throwable cause) BusinessException(Throwable cause) BusinessException(ResultProvider provider) BusinessException(ResultProvider provider, Throwable cause) -
方法概要
-
字段详细资料
-
构造器详细资料
-
BusinessException
public BusinessException() -
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
-
方法详细资料
-
getCode
public int getCode()- 指定者:
getCode在接口中ResultProvider
-
getMessage
- 指定者:
getMessage在接口中ResultProvider- 覆盖:
getMessage在类中Throwable
-