Class InvalidTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dv8tion.jda.api.exceptions.InvalidTokenException
All Implemented Interfaces:
Serializable

public class InvalidTokenException extends RuntimeException
Indicates that an invalid token was given when trying to login the Discord API
See Also:
  • Constructor Details

    • InvalidTokenException

      public InvalidTokenException()
      Constructs an InvalidTokenException with no detail message.