, ExceptionHandler , , ajax-:
String errorPageLocation = "/WEB-INF/errorpages/500.xhtml";
context.setViewRoot(context.getApplication().getViewHandler().createView(context, errorPageLocation));
context.getPartialViewContext().setRenderAll(true);
context.renderResponse();
, web.xml. web.xml, . OmniFaces , FullAjaxExceptionHandler. .
, , . . FacesMessage ajax <h:messages>, <p:messages> <p:growl>. PrimeFaces autoUpdate="true", ajax. .
context.addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, "Insufficient balance", null));
<p:messages autoUpdate="true" />
, , . , . JPA PersistenceException, , , JSF bean, .