Uses of Enum
com.cryptomorin.xseries.profiles.exceptions.APIRetryException.Reason
Packages that use APIRetryException.Reason
-
Uses of APIRetryException.Reason in com.cryptomorin.xseries.profiles.exceptions
Methods in com.cryptomorin.xseries.profiles.exceptions that return APIRetryException.ReasonModifier and TypeMethodDescriptionAPIRetryException.getReason()static APIRetryException.ReasonReturns the enum constant of this type with the specified name.static APIRetryException.Reason[]APIRetryException.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cryptomorin.xseries.profiles.exceptions with parameters of type APIRetryException.ReasonModifierConstructorDescriptionAPIRetryException(APIRetryException.Reason reason, String message) APIRetryException(APIRetryException.Reason reason, String message, Throwable cause)