Communication problem notification

hey all,
vaadin show a communication problem notification when the server of the application is not reachable. I want to edit this notification and display my own message instead of the standard text. Is it possible?

Yes.


http://vaadin.com/api/com/vaadin/Application.CustomizedSystemMessages.html

This work’s fine. Thanks