* Hand the receiver a non-fatal callback, so that
* com.google.web.bindery.requestfactory.shared.Receiver will not post a
* runtime exception.
*/
receiver.onTransportFailure(new ServerFailure("Unauthenticated user", null, null, false /* not fatal */));
eventBus.fireEvent(new GaeAuthenticationFailureEvent(loginUrl));
return;
}
}
if (statusCode == 0) {
/*