Class RetryCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mojang.realmsclient.exception.RealmsServiceException
-
- com.mojang.realmsclient.exception.RetryCallException
-
- All Implemented Interfaces:
java.io.Serializable
public class RetryCallException extends RealmsServiceException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
delaySeconds
-
Fields inherited from class com.mojang.realmsclient.exception.RealmsServiceException
errorCode, errorMsg, httpResponseContent, httpResultCode
-
-
Constructor Summary
Constructors Constructor Description RetryCallException(int p_i244512_1_, int p_i244512_2_)
-
Method Summary
-
Methods inherited from class com.mojang.realmsclient.exception.RealmsServiceException
toString
-
-