Uses of Interface
org.javacord.api.util.rest.RestRequestResponseInformation
-
Packages that use RestRequestResponseInformation Package Description org.javacord.api.exception -
-
Uses of RestRequestResponseInformation in org.javacord.api.exception
Methods in org.javacord.api.exception that return types with arguments of type RestRequestResponseInformation Modifier and Type Method Description java.util.Optional<RestRequestResponseInformation>DiscordException. getResponse()Gets information about the response which caused the exception.Constructors in org.javacord.api.exception with parameters of type RestRequestResponseInformation Constructor Description BadRequestException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.CannotMessageUserException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.DiscordException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.MissingPermissionsException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.NotFoundException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.ReactionBlockedException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.UnknownEmojiException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.UnknownMessageException(java.lang.Exception origin, java.lang.String message, RestRequestInformation request, RestRequestResponseInformation response)Creates a new instance of this class.
-