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