Class UnauthorizedRuntimeException

All Implemented Interfaces:
Serializable

public class UnauthorizedRuntimeException extends AbstractRuntimeException
未认证

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

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

    • UnauthorizedRuntimeException

      public UnauthorizedRuntimeException()
    • UnauthorizedRuntimeException

      public UnauthorizedRuntimeException(ResultCode resultCode, String err)
    • UnauthorizedRuntimeException

      public UnauthorizedRuntimeException(ResultCode resultCode)