Class RealmsServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.client.realms.exception.RealmsServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RetryCallException
- See Also:
- Mappings:
Namespace Name official ejg
intermediary net/minecraft/class_4355
named net/minecraft/client/realms/exception/RealmsServiceException
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRealmsServiceException
(int httpResultCode, String httpResponseText) RealmsServiceException
(int httpResultCode, String httpResponseText, RealmsError error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
httpResultCode
public final int httpResultCode- Mappings:
Namespace Name Mixin selector official a
Lejg;a:I
intermediary field_19604
Lnet/minecraft/class_4355;field_19604:I
named httpResultCode
Lnet/minecraft/client/realms/exception/RealmsServiceException;httpResultCode:I
-
httpResponseText
- Mappings:
Namespace Name Mixin selector official b
Lejg;b:Ljava/lang/String;
intermediary field_36319
Lnet/minecraft/class_4355;field_36319:Ljava/lang/String;
named httpResponseText
Lnet/minecraft/client/realms/exception/RealmsServiceException;httpResponseText:Ljava/lang/String;
-
error
- Mappings:
Namespace Name Mixin selector official c
Lejg;c:Lehv;
intermediary field_36320
Lnet/minecraft/class_4355;field_36320:Lnet/minecraft/class_4345;
named error
Lnet/minecraft/client/realms/exception/RealmsServiceException;error:Lnet/minecraft/client/realms/RealmsError;
-
-
Constructor Details
-
RealmsServiceException
- Mappings:
Namespace Name Mixin selector official <init>
Lejg;<init>(ILjava/lang/String;Lehv;)V
intermediary <init>
Lnet/minecraft/class_4355;<init>(ILjava/lang/String;Lnet/minecraft/class_4345;)V
named <init>
Lnet/minecraft/client/realms/exception/RealmsServiceException;<init>(ILjava/lang/String;Lnet/minecraft/client/realms/RealmsError;)V
-
RealmsServiceException
- Mappings:
Namespace Name Mixin selector official <init>
Lejg;<init>(ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4355;<init>(ILjava/lang/String;)V
named <init>
Lnet/minecraft/client/realms/exception/RealmsServiceException;<init>(ILjava/lang/String;)V
-
-
Method Details
-
toString
-
getErrorCode
public int getErrorCode(int fallback) - Mappings:
Namespace Name Mixin selector official a
Lejg;a(I)I
intermediary method_39980
Lnet/minecraft/class_4355;method_39980(I)I
named getErrorCode
Lnet/minecraft/client/realms/exception/RealmsServiceException;getErrorCode(I)I
-