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
  • Field Details

    • httpResultCode

      public final int httpResultCode
    • httpResponseContent

      public final String httpResponseContent
    • errorCode

      public final int errorCode
    • errorMsg

      public final String errorMsg
  • Constructor Details

    • RealmsServiceException

      public RealmsServiceException​(int httpResultCode, String httpResponseText, RealmsError error)
    • RealmsServiceException

      public RealmsServiceException​(int httpResultCode, String httpResponseText, int errorCode, String errorMsg)
  • Method Details