Class RatelimitedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.discordservices.dservices4j.exceptions.RatelimitedException
-
- All Implemented Interfaces:
Serializable
public class RatelimitedException extends Exception
Indicates that the bot/application got rate limited by the Discordservices API.This class extends the
Exception class
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RatelimitedException(String route, String id)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-