Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends BaseException
未授权异常类 用于处理权限不足的情况
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)