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 Summary
Fields Modifier and Type Field Description interrorCodeStringerrorMsgStringhttpResponseContentinthttpResultCode -
Constructor Summary
Constructors Constructor Description RealmsServiceException(int httpResultCode, String httpResponseText, int errorCode, String errorMsg)RealmsServiceException(int httpResultCode, String httpResponseText, RealmsError error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace