类 BizException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
top.tangyh.basic.exception.BaseUncheckedException
top.tangyh.basic.exception.BizException
- 所有已实现的接口:
Serializable,BaseException
业务异常
用于在处理业务逻辑时,进行抛出的异常。
- 版本:
- 1.0
- 作者:
- zuihou
- 另请参阅:
-
字段概要
从接口继承的字段 top.tangyh.basic.exception.BaseException
BASE_VALID_PARAM -
构造器概要
构造器构造器说明BizException(int code, String message) BizException(int code, String message, Object... args) BizException(int code, String message, Throwable cause) BizException(int code, Throwable cause) BizException(String message) BizException(String message, Throwable cause) BizException(Throwable cause) -
方法概要
修饰符和类型方法说明toString()static BizExceptionstatic BizException实例化异常static BizExceptionstatic BizExceptionstatic BizExceptionwrap(BaseExceptionCode ex, Throwable cause) 从类继承的方法 top.tangyh.basic.exception.BaseUncheckedException
getCode, getMessage