com.mojang.realmsclient.exception

public class RealmsServiceException

extends Exception

dsl
com.mojang.realmsclient.exception.RealmsServiceException
net.minecraft.class_4355
net.minecraft.client.realms.exception.RealmsServiceException
net.minecraft.src.C_3268_

字段概要

修饰符与类型字段
public final int
a
httpResultCode
field_19604
httpResultCode
f_87773_
public final String
b
httpResponseContent
field_19605
httpResponseContent
f_87774_
public final int
c
errorCode
field_19606
errorCode
f_87775_
public final String
d
errorMsg
field_19607
errorMsg
f_87776_

构造函数概要

修饰符构造函数
public (int httpResultCode, String httpResponseText, RealmsError error)
public (int httpResultCode, String httpResponseText, int errorCode, String errorMsg)