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 ekmintermediary net/minecraft/class_4355named net/minecraft/client/realms/exception/RealmsServiceException
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionRealmsServiceException(int httpResultCode, String httpResponseText) RealmsServiceException(int httpResultCode, String httpResponseText, RealmsError error)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
httpResultCode
public final int httpResultCode- Mappings:
 Namespace Name Mixin selector official aLekm;a:Iintermediary field_19604Lnet/minecraft/class_4355;field_19604:Inamed httpResultCodeLnet/minecraft/client/realms/exception/RealmsServiceException;httpResultCode:I
 - 
httpResponseText
- Mappings:
 Namespace Name Mixin selector official bLekm;b:Ljava/lang/String;intermediary field_36319Lnet/minecraft/class_4355;field_36319:Ljava/lang/String;named httpResponseTextLnet/minecraft/client/realms/exception/RealmsServiceException;httpResponseText:Ljava/lang/String;
 - 
error
- Mappings:
 Namespace Name Mixin selector official cLekm;c:Lejb;intermediary field_36320Lnet/minecraft/class_4355;field_36320:Lnet/minecraft/class_4345;named errorLnet/minecraft/client/realms/exception/RealmsServiceException;error:Lnet/minecraft/client/realms/RealmsError;
 
 - 
 - 
Constructor Details
- 
RealmsServiceException
- Mappings:
 Namespace Name Mixin selector official <init>Lekm;<init>(ILjava/lang/String;Lejb;)Vintermediary <init>Lnet/minecraft/class_4355;<init>(ILjava/lang/String;Lnet/minecraft/class_4345;)Vnamed <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>Lekm;<init>(ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_4355;<init>(ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/realms/exception/RealmsServiceException;<init>(ILjava/lang/String;)V
 
 - 
 - 
Method Details
- 
getMessage
- Overrides:
 getMessagein classThrowable
 - 
getErrorCode
public int getErrorCode(int fallback) - Mappings:
 Namespace Name Mixin selector official aLekm;a(I)Iintermediary method_39980Lnet/minecraft/class_4355;method_39980(I)Inamed getErrorCodeLnet/minecraft/client/realms/exception/RealmsServiceException;getErrorCode(I)I
 
 -