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 - ekm- intermediary - net/minecraft/class_4355- named - net/minecraft/client/realms/exception/RealmsServiceException
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRealmsServiceException(int httpResultCode, String httpResponseText) RealmsServiceException(int httpResultCode, String httpResponseText, RealmsError error) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
httpResultCodepublic final int httpResultCode- Mappings:
- Namespace - Name - Mixin selector - official - a- Lekm;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- Lekm;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- Lekm;c:Lejb;- 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>- Lekm;<init>(ILjava/lang/String;Lejb;)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>- Lekm;<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- 
getMessage- Overrides:
- getMessagein class- Throwable
 
- 
getErrorCodepublic int getErrorCode(int fallback) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lekm;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
 
 
-