类 RetryCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mojang.realmsclient.exception.RealmsServiceException
com.mojang.realmsclient.exception.RetryCallException
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段从类继承的字段 com.mojang.realmsclient.exception.RealmsServiceException
httpResultCode, rawResponse, realmsError
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.mojang.realmsclient.exception.RealmsServiceException
getMessage, realmsErrorCodeOrDefault
-
字段详细资料
-
DEFAULT_DELAY
public static final int DEFAULT_DELAY- 另请参阅:
-
delaySeconds
public final int delaySeconds
-
-
构造器详细资料
-
RetryCallException
public RetryCallException(int pRetryAfter, int pHttpResultCode)
-