程序包 com.walker.web

类 WebRuntimeException

所有已实现的接口:
Serializable

public class WebRuntimeException extends ApplicationRuntimeException
WEB 层面抛出的业务异常定义,框架会整体在 RestController 中拦截并返回响应。
作者:
时克英
另请参阅:
  • 构造器详细资料

    • WebRuntimeException

      public WebRuntimeException(String msg)
    • WebRuntimeException

      public WebRuntimeException(String msg, Throwable cause)
    • WebRuntimeException

      public WebRuntimeException(int code, String msg, String data)
    • WebRuntimeException

      public WebRuntimeException(String msg, String data)
  • 方法详细资料

    • getCode

      public int getCode()
    • getMsg

      public String getMsg()
    • getData

      public String getData()