Results 1 issues of Sergey

I'm doing the next: Chat[] allChats = Skype.getAllChats(); for (Chat chat : allChats) { System.out.println("chatid:"+chat.getId()); if(chat.getAllMembers().length>2) {//error And getting the error Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of...