public class AuthenticationJwtInvalidException
extends org.springframework.security.boot.biz.exception.AuthenticationExceptionAdapter
| 构造器和说明 |
|---|
AuthenticationJwtInvalidException(String msg)
Constructs an
AuthenticationJwtInvalidException with the specified
message. |
AuthenticationJwtInvalidException(String msg,
Throwable t)
Constructs an
AuthenticationJwtInvalidException with the specified
message and root cause. |
getCode, getMsgKeypublic AuthenticationJwtInvalidException(String msg)
AuthenticationJwtInvalidException with the specified
message.msg - the detail messageCopyright © 2024 Pivotal Software, Inc.. All rights reserved.