Package net.dv8tion.jda.api.exceptions
Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dv8tion.jda.api.exceptions.InvalidTokenException
- All Implemented Interfaces:
Serializable
Indicates that an invalid token was given when trying to login the Discord API
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs anInvalidTokenException
with no detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTokenException
public InvalidTokenException()Constructs anInvalidTokenException
with no detail message.
-