Class AuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.miaixz.bus.core.lang.exception.UncheckedException
org.miaixz.bus.core.lang.exception.AuthorizedException
- All Implemented Interfaces:
Serializable
类型: 认证异常
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields inherited from class org.miaixz.bus.core.lang.exception.UncheckedException
errcode, errmsg -
Constructor Summary
ConstructorsConstructorDescription构造AuthorizedException(String message) 构造AuthorizedException(String format, Object... args) 构造AuthorizedException(String errcode, String errmsg) 构造AuthorizedException(String message, Throwable cause) 构造AuthorizedException(Throwable cause) 构造 -
Method Summary
Methods inherited from class org.miaixz.bus.core.lang.exception.UncheckedException
impossible, isCauseBy, noImplement, unwrapThrowMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizedException
public AuthorizedException()构造 -
AuthorizedException
构造- Parameters:
message- 消息
-
AuthorizedException
构造- Parameters:
format- 格式args- 参数
-
AuthorizedException
构造- Parameters:
message- 消息cause- 异常
-
AuthorizedException
构造- Parameters:
cause- 异常
-
AuthorizedException
构造- Parameters:
errcode- 错误码errmsg- 消息
-