AuthenticationException

认证异常 表示认证或授权过程中发生的错误

Parameters

message

错误消息

cause

异常原因

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)