Class RetryCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mojang.realmsclient.exception.RealmsServiceException
com.mojang.realmsclient.exception.RetryCallException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.mojang.realmsclient.exception.RealmsServiceException
errorCode, errorMsg, httpResponseContent, httpResultCode
-
Constructor Summary
-
Method Summary
Methods inherited from class com.mojang.realmsclient.exception.RealmsServiceException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
delaySeconds
public final int delaySeconds
-
-
Constructor Details
-
RetryCallException
public RetryCallException(int p_i244512_1_, int p_i244512_2_)
-