Class RetryCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.client.realms.exception.RealmsServiceException
net.minecraft.client.realms.exception.RetryCallException
- All Implemented Interfaces:
Serializable
@Environment(CLIENT) public class RetryCallException extends RealmsServiceException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
delaySeconds
Fields inherited from class net.minecraft.client.realms.exception.RealmsServiceException
errorCode, errorMsg, httpResponseContent, httpResultCode
-
Constructor Summary
Constructors Constructor Description RetryCallException(int delaySeconds, int httpResultCode)
-
Method Summary
Methods inherited from class net.minecraft.client.realms.exception.RealmsServiceException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
delaySeconds
public final int delaySeconds
-
-
Constructor Details
-
RetryCallException
public RetryCallException(int delaySeconds, int httpResultCode)
-