Uses of Package
org.javacord.api.exception
-
Packages that use org.javacord.api.exception Package Description org.javacord.api.exception org.javacord.api.util.exception -
Classes in org.javacord.api.exception used by org.javacord.api.exception Class Description BadRequestException When we sent a bad request (HTTP response code 400).DiscordException This exception is always thrown whenever a request to Discord failed.MissingPermissionsException When we are not allowed to perform an action (HTTP response code 403).NotFoundException When something was not found (HTTP response code 404). -
Classes in org.javacord.api.exception used by org.javacord.api.util.exception Class Description DiscordException This exception is always thrown whenever a request to Discord failed.