Class RealmsServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mojang.realmsclient.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
-
Field Details
-
httpResultCode
public final int httpResultCode -
httpResponseContent
-
errorCode
public final int errorCode -
errorMsg
-
-
Constructor Details
-
Method Details