Package io.manebot.command.exception
Class CommandAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.manebot.chat.exception.ChatException
-
- io.manebot.command.exception.CommandExecutionException
-
- io.manebot.command.exception.CommandAccessException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandAccessException extends CommandExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandAccessException(java.lang.String message)
CommandAccessException(java.lang.String message, java.lang.Throwable cause)
CommandAccessException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class io.manebot.command.exception.CommandExecutionException
getLocalizedMessage, getMessage
-
-