Class MojangAPIRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cryptomorin.xseries.profiles.exceptions.ProfileException
com.cryptomorin.xseries.profiles.exceptions.MojangAPIException
com.cryptomorin.xseries.profiles.exceptions.MojangAPIRetryException
- All Implemented Interfaces:
Serializable
Due to being ratelimited or network issues that can be fixed if the request is sent later again.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMojangAPIRetryException(MojangAPIRetryException.Reason reason, String message) MojangAPIRetryException(MojangAPIRetryException.Reason reason, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MojangAPIRetryException
-
MojangAPIRetryException
public MojangAPIRetryException(MojangAPIRetryException.Reason reason, String message, Throwable cause)
-
-
Method Details
-
getReason
-