Class NoPermissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
revxrsal.commands.exception.NoPermissionException
All Implemented Interfaces:
Serializable

public class NoPermissionException extends RuntimeException
Thrown when a CommandActor lacks the required permission to execute the given command or category.

Note that #getCommand() may be null when the user attempts to access a category in which they do not have permission.

See Also:
  • Constructor Details

    • NoPermissionException

      public NoPermissionException()