Package org.javacord.api.exception
Class MissingIntentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.javacord.api.exception.MissingIntentException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingIntentException extends java.lang.RuntimeExceptionWhen a method requires a specificIntentto be usable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingIntentException(java.lang.String message)Creates a new instance of this class.
-