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
realmsError
-
Constructor Summary
-
Method Summary
Methods inherited from class com.mojang.realmsclient.exception.RealmsServiceException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_DELAY
public static final int DEFAULT_DELAY- See Also:
-
delaySeconds
public final int delaySeconds
-
-
Constructor Details
-
RetryCallException
public RetryCallException(int p_87789_, int p_87790_)
-