.getEventBus()
.notifyObservers(
new ShowNotificationEvent(new Notification(
"Error occurred, please refresh and try again.")));
Session.getInstance().getEventBus()
.notifyObservers(new ExceptionResponseEvent(caught, thisBuffered, request));
}
}
public void onSuccess(final Serializable result)
{