模块 org.redkale

类 RestException

  • 所有已实现的接口:
    Serializable

    public class RestException
    extends HttpException
    Rest自定义异常类

    详情见: https://redkale.org

    从以下版本开始:
    2.8.0
    作者:
    zhangjx
    另请参阅:
    序列化表格
    • 构造器详细资料

      • RestException

        public RestException()
      • RestException

        public RestException​(String s)
      • RestException

        public RestException​(String message,
                             Throwable cause)
      • RestException

        public RestException​(Throwable cause)