Class Http2xxRuntimeException

All Implemented Interfaces:
Serializable

public class Http2xxRuntimeException extends AbstractRuntimeException
未授权

直接抛出异常,由框架统一处理

错误代码403
Since:
2022.5.7
Version:
2023.0.0
Author:
meng2c
See Also:
  • Constructor Details

    • Http2xxRuntimeException

      public Http2xxRuntimeException()
    • Http2xxRuntimeException

      public Http2xxRuntimeException(ResultCode resultCode, String err)
    • Http2xxRuntimeException

      public Http2xxRuntimeException(ResultCode resultCode)