Class RetryCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.client.realms.exception.RealmsServiceException
net.minecraft.client.realms.exception.RetryCallException
- All Implemented Interfaces:
 Serializable
- See Also:
 - Mappings:
 Namespace Name named net/minecraft/client/realms/exception/RetryCallExceptionintermediary net/minecraft/class_4356official fdk
- 
Field Summary
FieldsFields inherited from class net.minecraft.client.realms.exception.RealmsServiceException
error - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.client.realms.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_SECONDS
public static final int DEFAULT_DELAY_SECONDS- See Also:
 - Mappings:
 Namespace Name Mixin selector named DEFAULT_DELAY_SECONDSLnet/minecraft/client/realms/exception/RetryCallException;DEFAULT_DELAY_SECONDS:Iintermediary field_32118Lnet/minecraft/class_4356;field_32118:Iofficial bLfdk;b:I
 - 
delaySeconds
public final int delaySeconds- Mappings:
 Namespace Name Mixin selector named delaySecondsLnet/minecraft/client/realms/exception/RetryCallException;delaySeconds:Iintermediary field_19608Lnet/minecraft/class_4356;field_19608:Iofficial cLfdk;c:I
 
 - 
 - 
Constructor Details
- 
RetryCallException
public RetryCallException(int delaySeconds, int httpResultCode) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/exception/RetryCallException;<init>(II)Vintermediary <init>Lnet/minecraft/class_4356;<init>(II)Vofficial <init>Lfdk;<init>(II)V
 
 -