类 SystemBusinessRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.bbwres.biscuit.exception.SystemRuntimeException
-
- cn.bbwres.biscuit.exception.SystemBusinessRuntimeException
-
- 所有已实现的接口:
Serializable
public class SystemBusinessRuntimeException extends SystemRuntimeException
系统运行时业务异常- 作者:
- zhanglinfeng
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringDEFAULT_ERROR_CODE000 系统 000 业务 000 异常明细
-
构造器概要
构造器 构造器 说明 SystemBusinessRuntimeException()初始化异常SystemBusinessRuntimeException(String message)初始化异常SystemBusinessRuntimeException(String errorCode, String message)
-
方法概要
-
从类继承的方法 cn.bbwres.biscuit.exception.SystemRuntimeException
getErrorCode, setErrorCode
-
-
-
-
字段详细资料
-
DEFAULT_ERROR_CODE
public static final String DEFAULT_ERROR_CODE
000 系统 000 业务 000 异常明细
-
-