+ ErrorHandler.getAllMessages(caught);
getMessageCenter().notify(new Message(conciseMessage, detailedMessage, Severity.Error));
}
};
// Delay the showing of the result to give the user some time to see the deleteSubmitted notif
timer.schedule(Math.max(0, 3 * 1000 - duration.elapsedMillis()));
}
@Override
public void onSuccess(Void result) {
Timer timer = new Timer() {