Package net.dv8tion.jda.api.exceptions
Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dv8tion.jda.api.exceptions.HttpException
- All Implemented Interfaces:
- Serializable
Indicates an unsuccessful HTTP request.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionHttpException(String message) HttpException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
HttpException
- 
HttpException
 
-