938939940941942943944945946
String type = error.getType(); if (type != null && type.length() > 0) { message += " (" + type + ")"; } FBGWTException fbgwtException = new FBGWTException(message); fbgwtException.fillInStackTrace(); callback.onFailure(fbgwtException); }