21 septiembre 2009

Annotate exceptios

From the book 'JBoss Seam Simplicity and Power Beyond Java EE':

14.3 Annotate Exceptions

@ApplicationException(rollback=true)
@Redirect(viewId="/inventoryError.xhtml")
public class InventoryException
extends Exception {
public InventoryException () { }
}
14.4. Use pages.xml for System Exceptions

No hay comentarios: