JSF generic Exception Handling

Posted by gaurav on Stack Overflow See other posts from Stack Overflow or by gaurav
Published on 2009-01-20T09:37:58Z Indexed on 2010/04/29 20:47 UTC
Read the original article Hit count: 356

Filed under:
|
|
|

If I have an exception in my business layer (e.g. a SQL exception in my JDBC connection bean) how can I propagate it with a custom message to a global error.jsp page? Please help.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about exception-handling