类的使用
cn.isliu.core.exception.TokenManagementException
使用TokenManagementException的程序包
-
cn.isliu.core.exception中TokenManagementException的使用
修饰符和类型方法说明static TokenManagementExceptionTokenManagementException.tokenCacheError(String message, Throwable cause) Create token cache operation failed exceptionstatic TokenManagementExceptionTokenManagementException.tokenFetchFailed(String message, Throwable cause) Create token fetch failed exceptionstatic TokenManagementExceptionTokenManagementException.tokenFetchFailedWithApiInfo(String message, int apiCode, String apiMessage) Create token fetch failed exception with API response infostatic TokenManagementExceptionTokenManagementException.tokenParseError(String message, String responseBody) Create token parse error exceptionstatic TokenManagementExceptionTokenManagementException.tokenRefreshFailed(String message, Throwable cause) Create token refresh failed exceptionstatic TokenManagementExceptionTokenManagementException.withRetryInfo(ErrorCode errorCode, String message, int retryCount, int maxRetries, Throwable cause) Create token management exception with retry information