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
@Environment(CLIENT) public class RealmsServiceException extends Exception
- See Also:
- Serialized Form
- Mappings:
Namespace Name official dnn
intermediary net/minecraft/class_4355
named net/minecraft/client/realms/exception/RealmsServiceException
-
Field Summary
Fields Modifier and Type Field Description int
errorCode
String
errorMsg
String
httpResponseContent
int
httpResultCode
-
Constructor Summary
Constructors Constructor Description RealmsServiceException(int httpResultCode, String httpResponseText, int errorCode, String errorMsg)
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
Ldnn;a:I
intermediary field_19604
Lnet/minecraft/class_4355;field_19604:I
named httpResultCode
Lnet/minecraft/client/realms/exception/RealmsServiceException;httpResultCode:I
-
httpResponseContent
- Mappings:
Namespace Name Mixin selector official b
Ldnn;b:Ljava/lang/String;
intermediary field_19605
Lnet/minecraft/class_4355;field_19605:Ljava/lang/String;
named httpResponseContent
Lnet/minecraft/client/realms/exception/RealmsServiceException;httpResponseContent:Ljava/lang/String;
-
errorCode
public final int errorCode- Mappings:
Namespace Name Mixin selector official c
Ldnn;c:I
intermediary field_19606
Lnet/minecraft/class_4355;field_19606:I
named errorCode
Lnet/minecraft/client/realms/exception/RealmsServiceException;errorCode:I
-
errorMsg
- Mappings:
Namespace Name Mixin selector official d
Ldnn;d:Ljava/lang/String;
intermediary field_19607
Lnet/minecraft/class_4355;field_19607:Ljava/lang/String;
named errorMsg
Lnet/minecraft/client/realms/exception/RealmsServiceException;errorMsg:Ljava/lang/String;
-
-
Constructor Details
-
RealmsServiceException
- Mappings:
Namespace Name Mixin selector official <init>
Ldnn;<init>(ILjava/lang/String;Ldmi;)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
public RealmsServiceException(int httpResultCode, String httpResponseText, int errorCode, String errorMsg)- Mappings:
Namespace Name Mixin selector official <init>
Ldnn;<init>(ILjava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4355;<init>(ILjava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/client/realms/exception/RealmsServiceException;<init>(ILjava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
toString
- Overrides:
toString
in classThrowable
- Mappings:
Namespace Name Mixin selector official toString
Ldnn;toString()Ljava/lang/String;
intermediary toString
Lnet/minecraft/class_4355;toString()Ljava/lang/String;
named toString
Lnet/minecraft/client/realms/exception/RealmsServiceException;toString()Ljava/lang/String;
-