/**
  * Starts up this manager and loads the bindings for the commands.
  *
  * @throws ManagerException not actually thrown by this implementation
  */
 @Override
 protected void start() throws ManagerException {
   super.start();
   reload();
 }