Package net.dv8tion.jda.core.exceptions
Class InsufficientPermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.dv8tion.jda.core.exceptions.PermissionException
-
- net.dv8tion.jda.core.exceptions.InsufficientPermissionException
-
- All Implemented Interfaces:
java.io.Serializable
public class InsufficientPermissionException extends PermissionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientPermissionException(Permission permission)
InsufficientPermissionException(Permission permission, java.lang.String reason)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.core.exceptions.PermissionException
getPermission
-
-
-
-
Constructor Detail
-
InsufficientPermissionException
public InsufficientPermissionException(Permission permission)
-
InsufficientPermissionException
public InsufficientPermissionException(Permission permission, java.lang.String reason)
-
-