Throwable t2 = new RemoteException();
callback.remoteCallback();
setThrowable(callback, t1);
coordinator.fireRemoteExceptionDidOccur(callback, t1);
callback.remoteCallback();
setThrowable(callback, t2);
coordinator.fireRemoteExceptionDidOccur(callback, t2);