avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-oauth2-authorization-server
/
io.github.lishangbu.avalon.oauth2.authorizationserver.exception
/
InvalidCaptchaException
Invalid
Captcha
Exception
class
InvalidCaptchaException
(
msg
:
String
)
:
AuthenticationException
验证码异常 当验证码校验失败时抛出此异常
Author
lishangbu
Since
2025/8/21
Members
Constructors
Invalid
Captcha
Exception
Link copied to clipboard
constructor
(
msg
:
String
)
Properties
authentication
Request
Link copied to clipboard
open
var
authenticationRequest
:
@
Nullable
Authentication
?
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?