* @throws IllegalResponseException
*/
private void getGroupsInfo() throws IllegalResponseException, RequestTimeoutException, TransferException, SystemException, InterruptedException
{
ActionEventFuture future = new ActionEventFuture();
ActionEventListener listener = new FutureActionEventListener(future);
ServerDialog dialog = this.context.getDialogFactory().getServerDialog();
StoreVersion storeVersion = this.context.getFetionStore().getStoreVersion();
StoreVersion userVersion = this.context.getFetionUser().getStoreVersion();
this.updateLoginState(LoginState.GET_GROUPS_INFO_DOING, null);