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:
Mappings:
Namespace Name
official duj
intermediary net/minecraft/class_4355
named net/minecraft/client/realms/exception/RealmsServiceException
  • Field Details

    • httpResultCode

      public final int httpResultCode
      Mappings:
      Namespace Name Mixin selector
      official a Lduj;a:I
      intermediary field_19604 Lnet/minecraft/class_4355;field_19604:I
      named httpResultCode Lnet/minecraft/client/realms/exception/RealmsServiceException;httpResultCode:I
    • httpResponseContent

      public final String httpResponseContent
      Mappings:
      Namespace Name Mixin selector
      official b Lduj;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 Lduj;c:I
      intermediary field_19606 Lnet/minecraft/class_4355;field_19606:I
      named errorCode Lnet/minecraft/client/realms/exception/RealmsServiceException;errorCode:I
    • errorMsg

      public final String errorMsg
      Mappings:
      Namespace Name Mixin selector
      official d Lduj;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

      public RealmsServiceException(int httpResultCode, String httpResponseText, RealmsError error)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lduj;<init>(ILjava/lang/String;Ldta;)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> Lduj;<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