2 Replies Latest reply on Nov 15, 2006 6:08 PM by ccanning

    How do I deal with exceptions when using the SAF?

    ccanning

      I have to override the standard persistence mechanisms to get my persistence to work, but that requires some exceptions to be thrown and some messages to be sent back to the user. How do I deal with this in the SAF context? Does it require me to make my exceptions RuntimeExceptions? Is there a way to tie business level validation into the regular validation mechanisms? Thanks.