Class CommandException

    • Constructor Detail

      • CommandException

        public CommandException​(String message)
        Parameters:
        message - the message
      • CommandException

        public CommandException​(String message,
                                Object[] arguments)
        Parameters:
        message - the message
        arguments - the arguments
      • CommandException

        public CommandException​(String message,
                                Throwable cause)
        Parameters:
        message - the message
        cause - the cause
      • CommandException

        public CommandException​(String message,
                                Throwable cause,
                                Object[] arguments)
        Parameters:
        message - the message
        cause - the cause
        arguments - the arguments