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
FieldsFields inherited from class com.mojang.realmsclient.exception.RealmsServiceException
realmsError - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.mojang.realmsclient.exception.RealmsServiceException
getMessageMethods 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_)  
 -