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
@Environment(CLIENT) public class RetryCallException extends RealmsServiceException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official dnointermediary net/minecraft/class_4356named net/minecraft/client/realms/exception/RetryCallException
-
Field Summary
Fields Modifier and Type Field Description intdelaySecondsFields inherited from class net.minecraft.client.realms.exception.RealmsServiceException
errorCode, errorMsg, httpResponseContent, httpResultCode -
Constructor Summary
Constructors Constructor Description RetryCallException(int delaySeconds, int httpResultCode) -
Method Summary
Methods inherited from class net.minecraft.client.realms.exception.RealmsServiceException
toStringMethods 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- Mappings:
Namespace Name Mixin selector official eLdno;e:Iintermediary field_19608Lnet/minecraft/class_4356;field_19608:Inamed delaySecondsLnet/minecraft/client/realms/exception/RetryCallException;delaySeconds:I
-
-
Constructor Details
-
RetryCallException
public RetryCallException(int delaySeconds, int httpResultCode)- Mappings:
Namespace Name Mixin selector official <init>Ldno;<init>(II)Vintermediary <init>Lnet/minecraft/class_4356;<init>(II)Vnamed <init>Lnet/minecraft/client/realms/exception/RetryCallException;<init>(II)V
-