public class TokenExpiredException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
TokenExpiredException(Integer errcode,
String errmsg) |
|
TokenExpiredException(String message) |
|
TokenExpiredException(String msg,
Object... args) |
|
TokenExpiredException(String message,
Throwable cause) |
protected |
TokenExpiredException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
TokenExpiredException(Throwable cause) |
Copyright © 2021. All rights reserved.