public class JWTException extends RuntimeException
| 构造器和说明 |
|---|
JWTException(String message) |
JWTException(String messageTemplate,
Object... params) |
JWTException(String message,
Throwable cause) |
JWTException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
JWTException(Throwable e) |
JWTException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2023. All rights reserved.