Class AuthorizedException

All Implemented Interfaces:
Serializable

public class AuthorizedException extends UncheckedException
类型: 认证异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • AuthorizedException

      public AuthorizedException()
      构造
    • AuthorizedException

      public AuthorizedException(String message)
      构造
      Parameters:
      message - 消息
    • AuthorizedException

      public AuthorizedException(String format, Object... args)
      构造
      Parameters:
      format - 格式
      args - 参数
    • AuthorizedException

      public AuthorizedException(String message, Throwable cause)
      构造
      Parameters:
      message - 消息
      cause - 异常
    • AuthorizedException

      public AuthorizedException(Throwable cause)
      构造
      Parameters:
      cause - 异常
    • AuthorizedException

      public AuthorizedException(String errcode, String errmsg)
      构造
      Parameters:
      errcode - 错误码
      errmsg - 消息