程序包 com.walker.web
类 WebRuntimeException
- 所有已实现的接口:
Serializable
WEB 层面抛出的业务异常定义,框架会整体在
RestController 中拦截并返回响应。- 作者:
- 时克英
- 另请参阅:
-
构造器概要
构造器构造器说明WebRuntimeException(int code, String msg, String data) WebRuntimeException(String msg, String data) WebRuntimeException(String msg, Throwable cause) -
方法概要
从类继承的方法 com.walker.infrastructure.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
构造器详细资料
-
WebRuntimeException
-
WebRuntimeException
-
WebRuntimeException
-
WebRuntimeException
-
-
方法详细资料
-
getCode
public int getCode() -
getMsg
-
getData
-